Skip to content

Commit

Permalink
moved tests down a notch
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Feb 13, 2017
1 parent 2159bae commit 9c5ddaa
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[paths]
source =
tyssue/
build/lib/tyssue

[report]
exclude_lines =
pragma: no cover
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ flake8:
flake8 --max-line-length=100 --count --statistics --exit-zero tyssue/

test:
py.test
cd tyssue/ && py.test && cd ..

coverage:
py.test --cov-config .coveragerc

full-test:
bash .full_test.sh
cd tyssue/ && py.test --cov=tyssue --cov-config ../.coveragerc --cov-report=term && cd ..
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9c5ddaa

Please sign in to comment.