aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/.gitignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-29 22:35:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-29 22:35:29 +0200
commit8c5c0138d71023079e9f0ac45f2f01a7e96784bc (patch)
treed15c4579c00fcb7d1f73a0d8f627b5ab398efbd1 /test/.gitignore
parentlog: minor refactoring (diff)
downloadcimple-8c5c0138d71023079e9f0ac45f2f01a7e96784bc.tar.gz
cimple-8c5c0138d71023079e9f0ac45f2f01a7e96784bc.zip
test: shuffle files a bit
This should hopefully reduce clutter in the test/ directory. Side note: if I leave the __init__.py file in the new py/ directory, pytest fails with import errors. To make it work, I need to either delete it or keep the __init__.py file in both test/ and py/. No idea why.
Diffstat (limited to 'test/.gitignore')
-rw-r--r--test/.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.gitignore b/test/.gitignore
deleted file mode 100644
index e6af855..0000000
--- a/test/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.pytest_cache/
-__pycache__/