Method summary
- setUp(self)
- tearDown(self)
- test_exact(self)
- test_matching(self)
- test_module_filters(self)
- test_name_filters(self)
- test_search_location(self)
- test_two_modules(self)
- test_update_all_functions_forces_new_search(self)
Methods
- setUp(self)
- tearDown(self)
- test_exact(self)
Filtering for exact name works?
- test_matching(self)
Test that wildcards and case insensitivity are working properly
- test_module_filters(self)
Do function package filters work?
- test_name_filters(self)
Do function name filters work?
- test_search_location(self)
Does searching in the python path of functions work?
- test_two_modules(self)
Do we get filtered results from two different modules?
- test_update_all_functions_forces_new_search(self)