-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
It could be useful to be able to write pending tests.
Use cases:
- express the intent to write a test later (a.k.a "Not yet implemented")
- mark a work in progress without commenting (an therefore hiding) a test
Example of usage:
# written has
test_we_need_to_think_about() {
pending "This needs to be implemented"
}
test_is_not_working() {
assert "./script/going/wrong"
pending "Investigating"
}
# displayed has
Running test_we_need_to_think_about... PENDING ✗
This needs to be implemented
Running test_is_not_working... PENDING ✗
InvestigatingMetadata
Metadata
Assignees
Labels
No labels