forked from salesforce/cloudsplaining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 807 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 807 Bytes
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
[nosetests]
exe = True
tests = test/, test/command/, test/scanning, test/output, test/shared
verbosity=2
[tool:pytest]
testpaths = test test/command test/scanning test/output test/shared
verbosity=2
python_files=test/*/test_*.py
ignore= __pycache__ *.pyc
norecursedirs = .svn _build tmp* __pycache__
# Exclude: __pycache__ / .pyc
[coverage:run]
omit =
# omit anything in a .local directory anywhere
*/.local/*
utils/*
*/virtualenv/*
*/venv/*
*/.venv/*
# Where we want to skip
cloudsplaining/command/download.py
cloudsplaining/shared/constants.py
cloudsplaining/command/expand_policy.py
cloudsplaining/command/create_exclusions_file.py
cloudsplaining/output/data_file.py
cloudsplaining/output/html_report.py
cloudsplaining/output/triage_worksheet.py