This assignment is composed of implementing and testing the server/client module for output integrity.
You can test the series by running pytest after installer the requirements.
To test the server, we had to create a matrix of requests for use in client() function. Please see test_servers.py
The predicted output will be a HTTP 200 OK with the URI, or a 405, 505, or 400 message.
For deployment and install, execute setup.py and run tox.ini, or pytest.
- Python 3.6
- Sublime Text editor
Morgan Nomura and Kurt Maurer
Version 1.0
This project is licensed under the MIT License - see the LICENSE.md file for details
Codefellows for understanding the Network Stacks 401 Code Review - Elyanil Castro and Erik Enderlein for dictionary idea