Skip to content

Commit

Permalink
Establish test files for modules missing them
Browse files Browse the repository at this point in the history
checkdata, client_cli, and ocsbow are never imported during testing. These bare
test files now do that, and provide a place for contributors to add tests in
the future.
  • Loading branch information
BrianJKoopman committed Sep 7, 2021
1 parent 0243668 commit 95c28bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_checkdata.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ocs.checkdata import DataChecker
1 change: 1 addition & 0 deletions tests/test_client_cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ocs import client_cli
1 change: 1 addition & 0 deletions tests/test_ocsbow.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ocs import ocsbow

0 comments on commit 95c28bf

Please sign in to comment.