radis.test.test_phys module¶
Summary¶
Runs tests for radis/phys so that they can be accessed by pytest (and hopefully the CI test suite)
Examples
Run all tests:
pytest (in command line, in project folder)
Run only fast tests (i.e: tests that have a ‘fast’ label):
pytest -m fast
- test_air_conversions(verbose=True, *args, **kwargs)[source]¶
Test air wavelength conversion functions.