Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Compare revisions
f54c95162e113fb36913e44426069e94a75bab5d to 294e2411acc69b695dc7696a6b425ae3b7bc04a6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
hive/hivemind
Select target project
No results found
294e2411acc69b695dc7696a6b425ae3b7bc04a6
Select Git revision
Swap
Target
hive/hivemind
Select target project
hive/hivemind
1 result
f54c95162e113fb36913e44426069e94a75bab5d
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/tests_api
+1
-1
1 addition, 1 deletion
tests/tests_api
tox.ini
+16
-1
16 additions, 1 deletion
tox.ini
with
17 additions
and
2 deletions
tests_api
@
1ae2a4b1
Compare
46409462
...
1ae2a4b1
Subproject commit
4640946229bce481c03f64bea01d97588340a213
Subproject commit
1ae2a4b1367139e7954b31596eaa4bf65e6aa68e
This diff is collapsed.
Click to expand it.
tox.ini
View file @
294e2411
[tox]
[tox]
envlist
=
py36, tavern, benchmark
envlist
=
py36, tavern, benchmark
, tavern-benchmark
skipsdist
=
true
skipsdist
=
true
[testenv]
[testenv]
...
@@ -34,3 +34,18 @@ deps =
...
@@ -34,3 +34,18 @@ deps =
jsondiff
jsondiff
commands
=
pytest {posargs}
commands
=
pytest {posargs}
[testenv:tavern-benchmark]
setenv
=
{[testenv:tavern]setenv}
passenv
=
{
[testenv:tavern]
passenv}
TAVERN_DISABLE_COMPARATOR
changedir
=
tests/tests_api/hivemind/tavern
deps
=
{[testenv:tavern]deps}
commands
=
pytest --durations=0 {posargs}
This diff is collapsed.
Click to expand it.
Prev
1
2
Next