more counting
This commit is contained in:
parent
662a6efb2f
commit
fb1956880b
3
tests/setup_teardown/.fixtures/setup has run twice a
Executable file
3
tests/setup_teardown/.fixtures/setup has run twice a
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' .log) > '2' ]
|
3
tests/setup_teardown/.fixtures/setup has run twice b
Executable file
3
tests/setup_teardown/.fixtures/setup has run twice b
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup has run' .log) > '2' ]
|
3
tests/setup_teardown/.fixtures/setup_dir runs
Executable file
3
tests/setup_teardown/.fixtures/setup_dir runs
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -f .log ]
|
3
tests/setup_teardown/.fixtures/setup_dir runs only oncea
Executable file
3
tests/setup_teardown/.fixtures/setup_dir runs only oncea
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup_dir has run' .log) = '1' ]
|
3
tests/setup_teardown/.fixtures/setup_dir runs only onceb
Executable file
3
tests/setup_teardown/.fixtures/setup_dir runs only onceb
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'setup_dir has run' .log) = '1' ]
|
3
tests/setup_teardown/.fixtures/teardown has run twice a
Executable file
3
tests/setup_teardown/.fixtures/teardown has run twice a
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'teardown has run' .log) > '2' ]
|
3
tests/setup_teardown/.fixtures/teardown has run twice b
Executable file
3
tests/setup_teardown/.fixtures/teardown has run twice b
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(grep -c 'teardown has run' .log) > '2' ]
|
3
tests/setup_teardown/count runs
Executable file
3
tests/setup_teardown/count runs
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $(../../urchin .fixtures| grep 31|wc -l) -lt 3 ]
|
Loading…
Reference in New Issue
Block a user