summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-02-23 20:49:33 +0100
committerNejc Habjan <hab.nejc@gmail.com>2020-04-07 23:31:32 +0200
commit9787a407b700f18dadfb4153b3ba1375a615b73c (patch)
treeb64e1e5261b1e146a9fabf19389089f1e17bf4fa /.gitignore
parent22d4b465c3217536cb444dafe5c25e9aaa3aa7be (diff)
downloadgitlab-9787a407b700f18dadfb4153b3ba1375a615b73c.tar.gz
chore: use pytest for unit tests and coverage
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index febd0f7..8fab157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,14 @@
*.pyc
build/
dist/
+htmlcov/
MANIFEST
.*.swp
*.egg-info
.idea/
+coverage.xml
docs/_build
-.testrepository/
+.coverage
.tox
+.venv/
venv/