diff --git a/testing/test_python.py b/testing/test_python.py deleted file mode 100644 index 117571bc1..000000000 --- a/testing/test_python.py +++ /dev/null @@ -1,11 +0,0 @@ -import pytest - -@pytest.mark.parametrize("a", [1, 2, 10, 11, 2, 1, 12, 11,2_1]) -def test_params(a): - print('a:', a) - assert a > 0 - -@pytest.mark.parametrize("a", [1, 2, 10, 11, 2, 1, 12, 11]) -def test_params(a): - print('a:', a) - assert a > 0