What is this?

These are my answers to the "Next Generation Test Runner" internship questions.

How do I run them?

Run pipenv environment in the project's root directory:

pipenv install
pipenv shell

To run the "Program A: Pseudo-Random Number Generator" run:

python3 run_responder.py 

To run the "Program B: Controller" run:

python3 run_controller.py 

How do I run tests:

To run the tests for the PRNG run:

pytest .