forked from mozilla/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (40 loc) · 969 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[flake8]
max-line-length=150
statistics=True
extend-ignore=E203 # To avoid conficts with black.
exclude=
.git,
__pycache__,
docs,
bedrock/settings,
node_modules,
assets,
static,
bedrock/externalfiles/files_cache,
per-file-ignores=
# Due to `import *`
bedrock/settings/__init__.py:F405,
[tool:pytest]
# Hiding warnings for now, the noise is making test fixes harder
addopts = --showlocals -r a --ignore=node_modules -p no:warnings
DJANGO_SETTINGS_MODULE = bedrock.settings.test
sensitive_url = (mozilla\.(com|org)|bedrock-prod)
testpaths =
bedrock
lib
tests
# Declare custom pytest markers to reduce test-output noise
markers =
download
headless
sanity
skip_if_firefox
skip_if_internet_explorer
skip_if_not_firefox
smoke
pocket_mode
[tool:paul-mclendahand]
# Config for use with https://github.com/willkg/paul-mclendahand
github_user=mozilla
github_project=bedrock
main_branch=main