count successes and failures
This commit is contained in:
parent
51e1e54bcf
commit
43055117df
3
tests/counting/.fixture/faila
Executable file
3
tests/counting/.fixture/faila
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 1
|
3
tests/counting/.fixture/failb
Executable file
3
tests/counting/.fixture/failb
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 1
|
3
tests/counting/.fixture/failc
Executable file
3
tests/counting/.fixture/failc
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 1
|
3
tests/counting/.fixture/passa
Executable file
3
tests/counting/.fixture/passa
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passb
Executable file
3
tests/counting/.fixture/passb
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passc
Executable file
3
tests/counting/.fixture/passc
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passd
Executable file
3
tests/counting/.fixture/passd
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passe
Executable file
3
tests/counting/.fixture/passe
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passf
Executable file
3
tests/counting/.fixture/passf
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/.fixture/passg
Executable file
3
tests/counting/.fixture/passg
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
3
tests/counting/seven_successes
Executable file
3
tests/counting/seven_successes
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../urchin .fixture | grep '7 tests failed.'
|
3
tests/counting/three_failures
Executable file
3
tests/counting/three_failures
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../urchin .fixture | grep '3 tests passed.'
|
Loading…
Reference in New Issue
Block a user