-
Notifications
You must be signed in to change notification settings - Fork 18
/
pytest.ini
58 lines (58 loc) · 1.1 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[pytest]
minversion = 3.5
norecursedirs = build docs/_build
doctest_plus = enabled
addopts = -p no:warnings
log_cli = True
log_level = info
log_cli_level = info
markers =
# E2E test markers
e2e : End-to-end test suite
master_bias : Master bias e2e test
master_dark : Master dark e2e test
master_flat : Master flat e2e test
science_files : Science reduction e2e test
# Unit/integration test markers
array_utils
astrometry
bias_comparer
bias_level_subtractor
bias_maker
bias_subtractor
bpm
celery
crosstalk_corrector
dark_comparer
dark_maker
dark_normalizer
dark_subtractor
date_utils
dbs
fits_utils
flat_comparer
flat_maker
flat_normalizer
flat_snr
frames
gain_normalizer
header_checker
image_criteria
image_utils
logs
median_utils
mosaic_creator
munge
need_to_process_image
observation_utils
overscan_subtractor
pattern_noise_qc
pointing
quick_select
read_noise
runtime_context
saturation_qc
saving_qc
stacking
stats
thousands_qc