exploration.tests

  • Authors: Peter Mawhorter
  • Consulted:
  • Date: 2022-5-28
  • Purpose: Runs tests via pytest.

Invoke using python -m exploration.tests.

See also __main__.py.

 1"""
 2- Authors: Peter Mawhorter
 3- Consulted:
 4- Date: 2022-5-28
 5- Purpose: Runs tests via pytest.
 6
 7Invoke using `python -m exploration.tests`.
 8
 9See also `__main__.py`.
10"""