radis.test.test_misc module

Summary

Runs tests for neq/misc 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 a ‘fast’ label):

pytest -m fast

test_allclose()[source]
test_nantrapz()[source]
test_norm()[source]
test_normOn()[source]
test_progress_bar(*args, **kwargs)[source]

Minimal example of a progress bar.

test_utils(*args, **kwargs)[source]