Skip to content

tests: Introduce fixtures to make it easy to test actions

  • Derived from the often repeated fixture code in various test_actions.py files.

  • Don't use the deprecated imp module. Instead use importlib. imp module will be removed in future versions of Python.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading