Hello, my name is David Smith and this is my solution to the inventory allocation challenge. All of the files are within the "src" folder.
This program was written within python 3, so if you are on a computer with a python interpreter installed, then simply run the UnitTestingForChallenge.py with the inventory_allocation.py file in the same directory (using the python3 command if relevant).
If you are on a windows 10 x64 machine, with no interpreter, then there is an included .exe file you may run.
Finally, if none of the above is possible then this can also be run using google colab:
- Download the inventory_allocation.py file.
- Open this google colab link:
- Upload the inventory_allocation.py file to the session storage(The little folder on the left).
- Run the tests normally.