diff options
Diffstat (limited to 'iss')
| -rw-r--r-- | iss/tests/__init__.py | 0 | ||||
| -rw-r--r-- | iss/tests/test_predictions.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/iss/tests/__init__.py b/iss/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/iss/tests/__init__.py diff --git a/iss/tests/test_predictions.py b/iss/tests/test_predictions.py new file mode 100644 index 0000000..43dad05 --- /dev/null +++ b/iss/tests/test_predictions.py @@ -0,0 +1,2 @@ +def test_foo(): + assert 1 == 1 |
