mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Skip more directories when running tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE=config.test_settings
|
||||
addopts = --reuse-db
|
||||
norecursedirs = .git config node_modules scss static templates
|
||||
addopts = --reuse-db --no-migrations
|
||||
norecursedirs = .git config node_modules scss static templates static_deploy
|
||||
uploads frontend media kube docker config content .github .pytest_cache
|
||||
python_files = test_*.py
|
||||
|
||||
Reference in New Issue
Block a user