-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpytest.ini
More file actions
34 lines (27 loc) · 1.11 KB
/
Copy pathpytest.ini
File metadata and controls
34 lines (27 loc) · 1.11 KB
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
[pytest]
python_files = test_*
python_classes = Test*
python_functions = test_*
filterwarnings =
ignore::DeprecationWarning
markers =
smoke: All critical smoke tests
# Geometries
infinite: Infinite Mediums
slab: One-dimensional slab problems
sphere: One-dimensional sphere problems
anisotropic: Anisotropic scattering
si: Checks scalar and angular flux calculations using SI solver
dmd: Checks scalar and angular flux calculations using DMD solver
power_iteration: Checks scalar flux and keffective calculations
bdf1: Runs Backward Euler time dependent problems
cn: Runs Crank Nicolson time dependent problems
bdf2: Runs Backward Differentiation Formula 2 time dependent problems
trbdf2: Runs Trapezoidal Step Backward Differentiation Formula 2
hybrid: Runs hybrid method
machine_learning: test machine learning function calls
# Burnup / Depletion
depletion: CRAM and Bateman burnup-matrix unit tests
burnup: Transport-coupled burnup driver tests
# Multigroup Problems
multigroup: Higher number of energy groups (G = 87, 618) - longer times