File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [run]
2+ omit =
3+ */jetset/tests/*
4+ */build/*
5+ */jetset/jetkernel/*
6+ [report]
7+ omit =
8+ */jetset/tests/*
9+ */build/*
10+ */jetset/jetkernel/*
Original file line number Diff line number Diff line change 4343- test a specificmethod:
4444 - ` pytest --pyargs -vvv jetset.tests.test_integration::TestIntegration::tets_method `
4545
46+ - with coverage:
47+ - ` pytest --pyargs -vvv jetset.tests.test_integration::TestIntegration --cov=jetset --cov-branch --cov-report=term-missing --cov-report=html --cov-config= ../.coveragerc `
48+
49+ if ` .coverage ` already generated:
50+ - ` python -m coverage report -m `
51+ - ` python -m coverage html `
52+ - ` python -m coverage xml `
4653## Installation
4754- installing from source without setup.py install
4855 - ` rm -rf ./build `
Original file line number Diff line number Diff line change 1010emcee >= 3.0.0 ,<= 3.2
1111pyyaml
1212pytest
13+ pytest-cov
14+ coverage
1315numba >= 0.60 ,< 0.65
1416tqdm < 5
1517jupyter
1618ipython
1719dill
1820swig >= 4
1921gammapy == 2.*
22+ ultranest == 4.4.*
You can’t perform that action at this time.
0 commit comments