From 8c5c0138d71023079e9f0ac45f2f01a7e96784bc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 29 Jun 2023 22:35:29 +0200 Subject: 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. --- test/.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/.gitignore (limited to 'test/.gitignore') 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__/ -- cgit v1.2.3