forked from gdsfactory/gdsfactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
24 lines (20 loc) · 802 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[pytest]
testpaths = gdsfactory/
# addopts = --tb=no
addopts = '--tb=short'
python_files = gdsfactory/*.py notebooks/*.ipynb
collect_ignore = "gdsfactory/difftest.py"
norecursedirs = gdsfactory/simulation/gmeep gdsfactory/simulation/modes gdsfactory/simulation/gtidy3d gdsfactory/autoplacer gdsfactory/simulation/lumerical extra/*.py gdsfactory/simulation/sax gdsfactory/simulation/simphony gdsfactory/simulation/sipann gdsfactory/icyaml
; ignore = 'difftest.py'
; nb_file_fnmatch = notebooks/*.ipynb
; nb_test_files = True
; nb_exec_allow_errors = True
; nb_exec_timeout = 100
; nb_post_processors = blacken_code
; nb_coverage = True
filterwarnings =
ignore::UserWarning
ignore::DeprecationWarning
#usefixtures =
# cleandir
# addopts = '--html=test_report.html' '--self-contained-html'