Skip to content

Commit

Permalink
test: clean up tests folder (ComPWA#21)
Browse files Browse the repository at this point in the history
* ci: set skip imports for mypy
* chore: add gitignore to tests folder
* test: remove disabled tests
* test: move non-tests to examples
* test: reorganise tests folder
* test: simiplify pytest.ini
* test: add more `pytest.mark.slow` markers
  • Loading branch information
redeboer authored May 13, 2020
1 parent 7d7c3d2 commit 8b19d94
Show file tree
Hide file tree
Showing 25 changed files with 9 additions and 684 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ before_script:
script:
- cd tests
- pytest
--cov=expertsystem
--cov-config=.coveragerc

jobs:
include:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xml

This file was deleted.

273 changes: 0 additions & 273 deletions tests/angular-distribution-tests/D1ToD0PipPim/model.xml

This file was deleted.

Loading

0 comments on commit 8b19d94

Please sign in to comment.