Add pytest as a dependency with minimal configuration
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.
Please register or sign in to comment