Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
2d8b622e
Commit
2d8b622e
authored
2 years ago
by
Erik Reid
Browse files
Options
Downloads
Patches
Plain Diff
vanilla tox config
parent
c4af10c4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
geant_service_orchestrator/__init__.py
+0
-0
0 additions, 0 deletions
geant_service_orchestrator/__init__.py
requirements.txt
+2
-0
2 additions, 0 deletions
requirements.txt
test/test_placeholder.py
+4
-0
4 additions, 0 deletions
test/test_placeholder.py
tox.ini
+18
-0
18 additions, 0 deletions
tox.ini
with
24 additions
and
0 deletions
geant_service_orchestrator/__init__.py
0 → 100644
+
0
−
0
View file @
2d8b622e
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
0
View file @
2d8b622e
orchestrator-core
pytest
This diff is collapsed.
Click to expand it.
test/test_placeholder.py
0 → 100644
+
4
−
0
View file @
2d8b622e
# just a placeholder to be able to run tests during ci
def
test_placeholder
():
pass
This diff is collapsed.
Click to expand it.
tox.ini
0 → 100644
+
18
−
0
View file @
2d8b622e
[flake8]
exclude
=
venv,.tox, migrations
[testenv]
deps
=
coverage
flake8
-r
requirements.txt
commands
=
coverage
erase
coverage
run
--source
geant_service_orchestrator
-m
pytest
{posargs}
coverage
xml
coverage
html
# coverage report --fail-under 80
coverage
report
flake8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment