Skip to content
Snippets Groups Projects
Unverified Commit 77d33f88 authored by Daniel Roesler's avatar Daniel Roesler
Browse files

updated test coverage to ignore new setup.py file (setup install still gets...

updated test coverage to ignore new setup.py file (setup install still gets tested via test_install.py)
parent 51ab5796
No related branches found
Tags 4.0.0
No related merge requests found
......@@ -14,6 +14,6 @@ before_install:
install:
- pip install -r tests/requirements.txt
script:
- coverage run --source ./ --omit ./tests/server.py -m unittest tests
- coverage run --source ./ --omit ./tests/server.py,./setup.py -m unittest tests
after_success:
- coveralls
......@@ -24,7 +24,7 @@ variable on your local test setup.
* `pip install -r requirements.txt`
5. Run the test suit on your local.
* `cd /path/to/acme-tiny`
* `coverage run --source ./ --omit ./tests/server.py -m unittest tests`
* `coverage run --source ./ --omit ./tests/server.py,./setup.py -m unittest tests`
## Why use FUSE?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment