def get_all_test_case_names(): tests = pkg_resources.resource_listdir("tbget", "tests") return [i for i in tests if i.endswith(".txt") and not i.endswith(".expected.txt")]