aboutsummaryrefslogtreecommitdiff
path: root/test/requests/parametrized_test.py
AgeCommit message (Expand)Author
2018-04-13Fix logging in tests...* Use the LOG_LEVEL provided by the application settings to enable easy control of logging when running tests. It helps avoid a lot of verbosity when running tests. Muriithi Frederick Muriuki
2018-02-19Create parametrized superclass for tests...* Since the tests require that some parameters be provided while running the tests, create a class that helps abstract away the details of retrieving and setting the expected parameters. Muriithi Frederick Muriuki