This commit is contained in:
Kevin Chung
2020-05-30 22:40:18 -04:00
parent 0afd25ed39
commit d04ef66365

View File

@@ -9,7 +9,10 @@ format:
prettier --write 'CTFd/themes/**/assets/**/*' prettier --write 'CTFd/themes/**/assets/**/*'
test: test:
pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ \
-W ignore::sqlalchemy.exc.SADeprecationWarning \
-W ignore::sqlalchemy.exc.SAWarning \
-n auto
bandit -r CTFd -x CTFd/uploads --skip B105,B322 bandit -r CTFd -x CTFd/uploads --skip B105,B322
pipdeptree pipdeptree
yarn verify yarn verify