Download or git clone the files in this repository into the folder where also your completed python files are located. Open your terminal or command line in that folder or cd to it. Finally execute the command python test_NAMEOFTEST which will then run the specific test.
Currently the test for Part A is complete, although some words are not within the brown corpora. This means that when you are commenting out your brown corpora check, you should be able to fully pass the test.
Part B is partially completed.
Part C is waiting for implementation.
Part D is waiting for implementation.
Test Suite - which should facilitate the testing by not having to run multiple commands is waiting for implementation.