From 081abd6b2362a1ee9da9655428e625b96ad46251 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 23 Sep 2020 17:38:45 +0300 Subject: Add pytest --- iss/tests/__init__.py | 0 iss/tests/test_predictions.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 iss/tests/__init__.py create mode 100644 iss/tests/test_predictions.py (limited to 'iss') diff --git a/iss/tests/__init__.py b/iss/tests/__init__.py new file mode 100644 index 0000000..e69de29 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 -- cgit v1.3.1