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_convert(verbose=True, *args, **kwargs)[source]

Test conversions.

test_units(verbose=True, *args, **kwargs)[source]