mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Make tests directory a package (for pytest)
This commit is contained in:
parent
c3af1c915b
commit
920afa123e
86 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ with open('openmc/__init__.py', 'r') as f:
|
|||
kwargs = {
|
||||
'name': 'openmc',
|
||||
'version': version,
|
||||
'packages': find_packages(),
|
||||
'packages': find_packages(exclude=['tests*']),
|
||||
'scripts': glob.glob('scripts/openmc-*'),
|
||||
|
||||
# Data files and librarries
|
||||
|
|
|
|||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/regression_tests/__init__.py
Normal file
0
tests/regression_tests/__init__.py
Normal file
0
tests/regression_tests/asymmetric_lattice/__init__.py
Normal file
0
tests/regression_tests/asymmetric_lattice/__init__.py
Normal file
0
tests/regression_tests/cmfd_feed/__init__.py
Normal file
0
tests/regression_tests/cmfd_feed/__init__.py
Normal file
0
tests/regression_tests/cmfd_nofeed/__init__.py
Normal file
0
tests/regression_tests/cmfd_nofeed/__init__.py
Normal file
0
tests/regression_tests/complex_cell/__init__.py
Normal file
0
tests/regression_tests/complex_cell/__init__.py
Normal file
0
tests/regression_tests/confidence_intervals/__init__.py
Normal file
0
tests/regression_tests/confidence_intervals/__init__.py
Normal file
0
tests/regression_tests/density/__init__.py
Normal file
0
tests/regression_tests/density/__init__.py
Normal file
0
tests/regression_tests/diff_tally/__init__.py
Normal file
0
tests/regression_tests/diff_tally/__init__.py
Normal file
0
tests/regression_tests/distribmat/__init__.py
Normal file
0
tests/regression_tests/distribmat/__init__.py
Normal file
0
tests/regression_tests/energy_cutoff/__init__.py
Normal file
0
tests/regression_tests/energy_cutoff/__init__.py
Normal file
0
tests/regression_tests/energy_grid/__init__.py
Normal file
0
tests/regression_tests/energy_grid/__init__.py
Normal file
0
tests/regression_tests/energy_laws/__init__.py
Normal file
0
tests/regression_tests/energy_laws/__init__.py
Normal file
0
tests/regression_tests/enrichment/__init__.py
Normal file
0
tests/regression_tests/enrichment/__init__.py
Normal file
0
tests/regression_tests/entropy/__init__.py
Normal file
0
tests/regression_tests/entropy/__init__.py
Normal file
0
tests/regression_tests/filter_distribcell/__init__.py
Normal file
0
tests/regression_tests/filter_distribcell/__init__.py
Normal file
0
tests/regression_tests/filter_energyfun/__init__.py
Normal file
0
tests/regression_tests/filter_energyfun/__init__.py
Normal file
0
tests/regression_tests/filter_mesh/__init__.py
Normal file
0
tests/regression_tests/filter_mesh/__init__.py
Normal file
0
tests/regression_tests/fixed_source/__init__.py
Normal file
0
tests/regression_tests/fixed_source/__init__.py
Normal file
0
tests/regression_tests/infinite_cell/__init__.py
Normal file
0
tests/regression_tests/infinite_cell/__init__.py
Normal file
0
tests/regression_tests/iso_in_lab/__init__.py
Normal file
0
tests/regression_tests/iso_in_lab/__init__.py
Normal file
0
tests/regression_tests/lattice/__init__.py
Normal file
0
tests/regression_tests/lattice/__init__.py
Normal file
0
tests/regression_tests/lattice_hex/__init__.py
Normal file
0
tests/regression_tests/lattice_hex/__init__.py
Normal file
0
tests/regression_tests/lattice_mixed/__init__.py
Normal file
0
tests/regression_tests/lattice_mixed/__init__.py
Normal file
0
tests/regression_tests/lattice_multiple/__init__.py
Normal file
0
tests/regression_tests/lattice_multiple/__init__.py
Normal file
0
tests/regression_tests/mg_basic/__init__.py
Normal file
0
tests/regression_tests/mg_basic/__init__.py
Normal file
0
tests/regression_tests/mg_convert/__init__.py
Normal file
0
tests/regression_tests/mg_convert/__init__.py
Normal file
0
tests/regression_tests/mg_legendre/__init__.py
Normal file
0
tests/regression_tests/mg_legendre/__init__.py
Normal file
0
tests/regression_tests/mg_max_order/__init__.py
Normal file
0
tests/regression_tests/mg_max_order/__init__.py
Normal file
0
tests/regression_tests/mg_nuclide/__init__.py
Normal file
0
tests/regression_tests/mg_nuclide/__init__.py
Normal file
0
tests/regression_tests/mg_survival_biasing/__init__.py
Normal file
0
tests/regression_tests/mg_survival_biasing/__init__.py
Normal file
0
tests/regression_tests/mg_tallies/__init__.py
Normal file
0
tests/regression_tests/mg_tallies/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_ce_to_mg/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_ce_to_mg/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_condense/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_condense/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_hdf5/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_hdf5/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_mesh/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_mesh/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_nuclides/__init__.py
Normal file
0
tests/regression_tests/mgxs_library_nuclides/__init__.py
Normal file
0
tests/regression_tests/multipole/__init__.py
Normal file
0
tests/regression_tests/multipole/__init__.py
Normal file
0
tests/regression_tests/output/__init__.py
Normal file
0
tests/regression_tests/output/__init__.py
Normal file
0
tests/regression_tests/periodic/__init__.py
Normal file
0
tests/regression_tests/periodic/__init__.py
Normal file
0
tests/regression_tests/plot/__init__.py
Normal file
0
tests/regression_tests/plot/__init__.py
Normal file
0
tests/regression_tests/ptables_off/__init__.py
Normal file
0
tests/regression_tests/ptables_off/__init__.py
Normal file
0
tests/regression_tests/quadric_surfaces/__init__.py
Normal file
0
tests/regression_tests/quadric_surfaces/__init__.py
Normal file
0
tests/regression_tests/reflective_plane/__init__.py
Normal file
0
tests/regression_tests/reflective_plane/__init__.py
Normal file
0
tests/regression_tests/resonance_scattering/__init__.py
Normal file
0
tests/regression_tests/resonance_scattering/__init__.py
Normal file
0
tests/regression_tests/rotation/__init__.py
Normal file
0
tests/regression_tests/rotation/__init__.py
Normal file
0
tests/regression_tests/salphabeta/__init__.py
Normal file
0
tests/regression_tests/salphabeta/__init__.py
Normal file
0
tests/regression_tests/score_current/__init__.py
Normal file
0
tests/regression_tests/score_current/__init__.py
Normal file
0
tests/regression_tests/seed/__init__.py
Normal file
0
tests/regression_tests/seed/__init__.py
Normal file
0
tests/regression_tests/source/__init__.py
Normal file
0
tests/regression_tests/source/__init__.py
Normal file
0
tests/regression_tests/source_file/__init__.py
Normal file
0
tests/regression_tests/source_file/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_batch/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_batch/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_latest/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_latest/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_restart/__init__.py
Normal file
0
tests/regression_tests/sourcepoint_restart/__init__.py
Normal file
0
tests/regression_tests/statepoint_batch/__init__.py
Normal file
0
tests/regression_tests/statepoint_batch/__init__.py
Normal file
0
tests/regression_tests/statepoint_restart/__init__.py
Normal file
0
tests/regression_tests/statepoint_restart/__init__.py
Normal file
0
tests/regression_tests/statepoint_sourcesep/__init__.py
Normal file
0
tests/regression_tests/statepoint_sourcesep/__init__.py
Normal file
0
tests/regression_tests/surface_tally/__init__.py
Normal file
0
tests/regression_tests/surface_tally/__init__.py
Normal file
0
tests/regression_tests/survival_biasing/__init__.py
Normal file
0
tests/regression_tests/survival_biasing/__init__.py
Normal file
0
tests/regression_tests/tallies/__init__.py
Normal file
0
tests/regression_tests/tallies/__init__.py
Normal file
0
tests/regression_tests/tally_aggregation/__init__.py
Normal file
0
tests/regression_tests/tally_aggregation/__init__.py
Normal file
0
tests/regression_tests/tally_arithmetic/__init__.py
Normal file
0
tests/regression_tests/tally_arithmetic/__init__.py
Normal file
0
tests/regression_tests/tally_assumesep/__init__.py
Normal file
0
tests/regression_tests/tally_assumesep/__init__.py
Normal file
0
tests/regression_tests/tally_nuclides/__init__.py
Normal file
0
tests/regression_tests/tally_nuclides/__init__.py
Normal file
0
tests/regression_tests/tally_slice_merge/__init__.py
Normal file
0
tests/regression_tests/tally_slice_merge/__init__.py
Normal file
0
tests/regression_tests/trace/__init__.py
Normal file
0
tests/regression_tests/trace/__init__.py
Normal file
0
tests/regression_tests/track_output/__init__.py
Normal file
0
tests/regression_tests/track_output/__init__.py
Normal file
0
tests/regression_tests/translation/__init__.py
Normal file
0
tests/regression_tests/translation/__init__.py
Normal file
0
tests/regression_tests/trigger_no_status/__init__.py
Normal file
0
tests/regression_tests/trigger_no_status/__init__.py
Normal file
0
tests/regression_tests/trigger_tallies/__init__.py
Normal file
0
tests/regression_tests/trigger_tallies/__init__.py
Normal file
0
tests/regression_tests/triso/__init__.py
Normal file
0
tests/regression_tests/triso/__init__.py
Normal file
0
tests/regression_tests/uniform_fs/__init__.py
Normal file
0
tests/regression_tests/uniform_fs/__init__.py
Normal file
0
tests/regression_tests/universe/__init__.py
Normal file
0
tests/regression_tests/universe/__init__.py
Normal file
0
tests/regression_tests/void/__init__.py
Normal file
0
tests/regression_tests/void/__init__.py
Normal file
0
tests/regression_tests/volume_calc/__init__.py
Normal file
0
tests/regression_tests/volume_calc/__init__.py
Normal file
0
tests/unit_tests/__init__.py
Normal file
0
tests/unit_tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue