diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test.py b/tests/test.py deleted file mode 100644 index 5958946..0000000 --- a/tests/test.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -Example of pytest functionality - -Goes over some basic assert examples -""" -import pytest - - -def example_assert_equal(): - assert 0 == 0 - - -def example_assert_no_equal(): - assert 0 != 1 - - -def example_assert_almost_equal(): - assert 1.0 == pytest.approx(1.01, .1) - - -""" -To run this suite of tests, run 'pytest' in the main directory -""" \ No newline at end of file diff --git a/tests/test_example.py b/tests/test_example.py deleted file mode 100644 index 5958946..0000000 --- a/tests/test_example.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -Example of pytest functionality - -Goes over some basic assert examples -""" -import pytest - - -def example_assert_equal(): - assert 0 == 0 - - -def example_assert_no_equal(): - assert 0 != 1 - - -def example_assert_almost_equal(): - assert 1.0 == pytest.approx(1.01, .1) - - -""" -To run this suite of tests, run 'pytest' in the main directory -""" \ No newline at end of file