This PR adds end to end tests to picatrix using the docker container.
This PR introduces the e2e framework for picatrix. Now we can run tests with the fully setup docker container of picatrix to test various aspects of the tool. There is only a small POC test that is there for now, but more tests should be added.
In addition to that the documentation was changed slightly, renaming the docker.md to installation.md and adding information about the use of virtualenv in addition to the docker config.
[x] Tests pass
[x] Appropriate changes to README are included in PR
Fixes #10
This PR adds end to end tests to picatrix using the docker container.
This PR introduces the e2e framework for picatrix. Now we can run tests with the fully setup docker container of picatrix to test various aspects of the tool. There is only a small POC test that is there for now, but more tests should be added.
In addition to that the documentation was changed slightly, renaming the docker.md to installation.md and adding information about the use of virtualenv in addition to the docker config.