Skip to content

Commit

Permalink
splitted tests
Browse files Browse the repository at this point in the history
splitting the tests avoids have too many files open at the same time
  • Loading branch information
Chilipp committed May 14, 2018
1 parent 68d6f9f commit 118d8ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ test:
- straditize.widgets
commands:
- straditize --help
- pytest -v --cov=straditize --cov-config .coveragerc --cov-report term-missing -v
- pytest -v --cov=straditize -v
--ignore=tests/widgets/test_selection_toolbar.py
--ignore=tests/widgets/test_samples_table.py
- pytest -v --cov=straditize -v --cov-append
tests/widgets/test_selection_toolbar.py
tests/widgets/test_samples_table.py
- codecov


Expand Down

0 comments on commit 118d8ed

Please sign in to comment.