Skip to content
  • Raphaël Gomès's avatar
    Add pytest as a dependency with minimal configuration · 0d388137ae84
    Raphaël Gomès authored
    Pytest is the best python test runner in 2019, so it makes sense
    for us to use it for testing our own scripts.
    Since its test discovery relies on python modules (even in Python 3),
    this change adds the required __init__.py files in the folder structure.
    A minimal pytest.ini config file was added with usual parameters.
    0d388137ae84