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

Commit

Permalink
Re-order tests to make better use of parallel execution (#671)
Browse files Browse the repository at this point in the history
* Re-order tests to make better use of parallel execution

* Format with isort

* Fix mypy errors (by silencing them)

* Make ACS tests sequential

* Undo re-order
  • Loading branch information
tmke8 committed May 28, 2022
1 parent 3953dc4 commit 0fe26a4
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 544 deletions.
3 changes: 2 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""EthicML"""

from . import loading_data_test, metrics
from . import metrics
from .data import loading_data_test
from .metrics import nonparamaterized_metric_test
Empty file added tests/data/__init__.py
Empty file.
File renamed without changes.
Loading

0 comments on commit 0fe26a4

Please sign in to comment.