Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.03 KB

Challenge Notes

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.

Instructions for running tests

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:

  1. Download the inventory_allocation.py file.
  2. Open this google colab link:
  3. Upload the inventory_allocation.py file to the session storage(The little folder on the left).
  4. Run the tests normally.