One last pull request
Its nearing the end of the term, so that means its time to start submitting final projects and preparing for exams. For release 0.4, we were given the same task as before, contribute to one external project and also contribute to our Telescope project. For the Telescope project i was assigned Issue #255 , which required me to find a way to silence all the logs while the application is going through all the automated tests. Every time the application is run or built, all the tests run automatically and print out the results to the console. There are tons and tons of tests that run, to test every aspect of the application. Every time a part of a test is run, there may be some messages printed out on the console, giving information on whats happening or if there are any errors. The problem is, when all there tests are run one after another, theres hundreds of messages that show up on the console and it may get very distracting and make it harder to read the test results. For our applica