Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 497 Bytes

How to run the tests

Install the requirements.txt first:

sudo pip install -r requirements.txt

From this directory, the following will run the unit-tests:

python3 -m pytest

To run the tests in pipeline-tests or notebook-tests, uncomment them in pytest.ini and then re-run:

python3 -m pytest

Note: the IP addresses in sample-click-logs.csv are not real IP addresses (for confidentiality reasons). However, the IP addresses included in the unit tests are real IP addresses.