devenjarvis / sundew

Making Python testing easy, enjoyable, and effective ☀️
https://devenjarvis.github.io/sundew/
MIT License
10 stars 1 forks source link

Allow test selection by function name #10

Closed devenjarvis closed 1 year ago

devenjarvis commented 1 year ago

Can now select tests by the name of the function they are testing. New --function option allows this. Does not currently run the dependent functions, but I'm tackling the smart test runner soon so I may revisit that decision then