summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavide Brunato <brunato@sissa.it>2020-11-16 18:07:03 +0100
committerDavide Brunato <brunato@sissa.it>2020-11-16 19:07:53 +0100
commit4f60e0da1bd41289b3ffd84e474bb46a3bcf23e9 (patch)
treef1bfd8c11d01a6494726c764b1bab71656155edf /.gitignore
parent90358f96011458909a6ca877520d5f71daf4bde4 (diff)
downloadpysaml2-4f60e0da1bd41289b3ffd84e474bb46a3bcf23e9.tar.gz
Fix test_33_identifier.py to avoid reuse of old test data files
- If for any reason the dbm.dumb is used for saving subject.db data the following tests can fail because subject.db.dat and subject.db.dir are not removed. To avoid this additional deletes of test data files are added to setup_class(). - Add also tests/*.dir, tests/*.dat, tests/*.bak to .gitignore to prevent erroneous adding of test data to the repository - Use full_path() helper to create the test data files under tests/ - Add py39 to tox.ini envlist
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7db203ec..534546d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,10 @@ example/*/modules/
tests/*.log.*
tests/*.db
+tests/*.dir
+tests/*.dat
+tests/*.bak
+
eptid
@@ -117,6 +121,9 @@ venv.bak/
# Visual Studio Code files
.vscode/
+# PyCharm project files
+.idea/
+
# mkdocs documentation
/site