diff options
author | XenGi <email@ricardo.band> | 2021-05-23 11:42:45 +0000 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-06-06 13:16:10 +0200 |
commit | ea1d14b7f3fb80e46c7ad60d69aa223e6c532684 (patch) | |
tree | afc79b22a8f427c76c72839789dd2dce23bbe7ef /test-requirements.txt | |
download | gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.gz gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.bz2 gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.zip |
Initial commit
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..86c0bfc --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +pytest +pytest-cov +pytest-xdist +pytest-flake8 +twine |