Hey, just added a silent flag for people who would benefit from that (faster perfomance etc).
I tried to write a test, however nosetest does some funky stuff hijacking stdout which seemed to be interfering with my ability to test that nothing was actually logging/printing out. However I have all the current 5 tests passing and here is an example of it running with no output using the test file:
I also removed some inconsitent use of camelcase that was going on, alongside a single use of print where logger would have been more consistent. In addition I updated/tided up the README.
Hey, just added a silent flag for people who would benefit from that (faster perfomance etc).
I tried to write a test, however nosetest does some funky stuff hijacking stdout which seemed to be interfering with my ability to test that nothing was actually logging/printing out. However I have all the current 5 tests passing and here is an example of it running with no output using the test file:
I also removed some inconsitent use of camelcase that was going on, alongside a single use of print where logger would have been more consistent. In addition I updated/tided up the README.
Happy to hear your input!