Skip to content
lmether edited this page Jan 27, 2020 · 5 revisions

Tests that can be executed before a release:

  • Unit tests can be run as follows:
cd PyHEADTAIL/testing/unittest
python testsuite.py
  • Script-tests can be run as follows:
cd PyHEADTAIL/testing/script-tests
python test_radiation_damping_time_and_equilibrum_values.py
python test_radiation_energy_loss.py
python test_radiation_with_non_linear_bucket.py
python test_synchrotron_electrons_CLIC_DR.py
python test_synchrotron_LHC.py
python test_synchrotron.py
...

Clone this wiki locally