-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
Milestone
Description
As I build my tests, I'd like to be able to group all of tests for one procedure in a package.
So that all tests for one procedure are grouped in a context/sub-suite within test package.
The values of that would be:
- all tests for single procedure can take benefit of common
beforeall
/afterall
- all tests for single procedure are nicely nested and grouped together
- all tests for single procedure are reported in a shared group
- it's easier to identify tests for procedure
- test procedure names don't need to reference tested procedure name, they can simply reference the tested behaviour/functionality