Skip to content

Create logic that can find all test methods #7

@rasmus91

Description

@rasmus91

Test classes should be named by having their name appended with Test These should all be iterated through to find any method that whose name begins with test_

  • find classes with names in the form *Test
  • find methods in those classes with names in the form test_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions