diff --git a/test/.cache/v/cache/lastfailed b/test/.cache/v/cache/lastfailed deleted file mode 100644 index 9e26dfe..0000000 --- a/test/.cache/v/cache/lastfailed +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/test/test_sample.py b/test/test_sample.py deleted file mode 100644 index ff0cc08..0000000 --- a/test/test_sample.py +++ /dev/null @@ -1,6 +0,0 @@ -# content of test_sample.py -def func(x): - return x + 1 - -def test_answer(): - assert func(3) == 4