1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-25 17:28:11 +01:00

Suite support for aggregating multiple tests under a single run

This commit is contained in:
Sam Stephenson
2012-11-16 14:25:45 -06:00
parent f8f78b5cd3
commit 19a05cc77d
18 changed files with 120 additions and 7 deletions

3
test/fixtures/suite/single/test.bats vendored Normal file
View File

@@ -0,0 +1,3 @@
@test "a passing test" {
true
}