google / picatrix

Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.
Apache License 2.0
48 stars 17 forks source link

Added end to end tests to Picatrix #19

Closed kiddinn closed 4 years ago

kiddinn commented 4 years ago

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.