Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
XP-261 move tests to own dir (#197)
Browse files Browse the repository at this point in the history
* XP-261 move tests to tests dir

* XP-261 add todo's to pytest.ini

* XP-261 fix pytest.ini after rebase
  • Loading branch information
wilk10 authored Dec 20, 2019
1 parent c1f319f commit b476f6a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# remove xain_fl testpath below once benchmarks and datasets are removed
# TODO: separate unit and integration tests: https://xainag.atlassian.net/browse/XP-352
[pytest]
testpaths = xain_fl
testpaths = xain_fl tests
markers =
unmarked: every test without a marker will automatically have this marker assigned. You could senselessly add it manually
integration: mark a integration test
Expand Down
Empty file added tests/__init__.py
Empty file.
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 b476f6a

Please sign in to comment.