diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-23 17:38:45 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-23 17:38:45 +0300 |
| commit | 081abd6b2362a1ee9da9655428e625b96ad46251 (patch) | |
| tree | aaf74a720247bf0407120afd61592f000b05c4b5 /iss/tests | |
| parent | 3a7bb26bb308f3460056cf0612b913353b73e0cd (diff) | |
Add pytest
Diffstat (limited to 'iss/tests')
| -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 |
