A primer on effective testing for Python applications
- If you don't already have python 3, run
- Create a Virtualenv
- Install the requirements
- Start the Hovercraft! server:
- Open http://localhost:8000 and enjoy.
There's no real reason to use Docker, except the build chain on my PC is FUBAR and I didn't have time to fix it.
$ make image $ make
Open your browser to http://localhost:8000
To run individual tests when using docker, you have to get a shell in the container. While it's running, run:
$ docker exec -ti testing_hovercraft_1 bash
Then, cd
to presentations/src/
.
Built with Hovercraft .