Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ymokay
/
ToxiCheck
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tbruand
commited on
Jun 13
Commit
59c0077
·
1 Parent(s):
95110b5
chore(testing): ajoute un fichier tox.ini pour configurer pytest
Browse files
Files changed (1)
hide
show
tox.ini
+3
-0
tox.ini
CHANGED
Viewed
@@ -0,0 +1,3 @@
1
+
[pytest]
2
+
testpaths = tests
3
+
python_files = test_*.py