diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-27 23:33:36 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-27 23:33:36 +0300 |
| commit | 891cbb41f9be3074549ff93cda3db22210bb1321 (patch) | |
| tree | 87405d07a2682a59cc50894078d3f77d4f43baa4 /iss/tests/test_compare.py | |
| parent | c7c47b112bcc96d5d1076fd92993b384937b6b09 (diff) | |
Add comparison tests
Diffstat (limited to 'iss/tests/test_compare.py')
| -rw-r--r-- | iss/tests/test_compare.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iss/tests/test_compare.py b/iss/tests/test_compare.py new file mode 100644 index 0000000..d50a6cb --- /dev/null +++ b/iss/tests/test_compare.py @@ -0,0 +1,6 @@ +import pytest + + +@pytest.mark.compare +def test_compare_pred(): + assert 1 == 1 |
