mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 09:55:33 +10:00
comments
This commit is contained in:
@@ -184,6 +184,8 @@ ignore = ["E731", "E303", "E266", "E241", "E222"]
|
|||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = [ "tests" ]
|
testpaths = [ "tests" ]
|
||||||
DJANGO_SETTINGS_MODULE = "archivebox.core.settings"
|
DJANGO_SETTINGS_MODULE = "archivebox.core.settings"
|
||||||
|
# Note: Plugin tests under archivebox/plugins/ must NOT load Django
|
||||||
|
# They use a conftest.py to disable Django automatically
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
mypy_path = "archivebox,archivebox/typings"
|
mypy_path = "archivebox,archivebox/typings"
|
||||||
|
|||||||
Reference in New Issue
Block a user