diff --git a/tests.old/Counts should be kept of successes and failures./Singular form is used for a single failure. b/tests.old/Counts should be kept of successes and failures./Singular form is used for a single failure. deleted file mode 100755 index 917f91b..0000000 --- a/tests.old/Counts should be kept of successes and failures./Singular form is used for a single failure. +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -../../urchin .test-one | grep '1 test failed' diff --git a/tests.old/Counts should be kept of successes and failures./Singular form is used for a single pass. b/tests.old/Counts should be kept of successes and failures./Singular form is used for a single pass. deleted file mode 100755 index bfa5c52..0000000 --- a/tests.old/Counts should be kept of successes and failures./Singular form is used for a single pass. +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -../../urchin .test-one | grep '1 test passed' diff --git a/tests.old/Counts should be kept of successes and failures./There should be seven successes. b/tests.old/Counts should be kept of successes and failures./There should be seven successes. deleted file mode 100755 index 1a55335..0000000 --- a/tests.old/Counts should be kept of successes and failures./There should be seven successes. +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -../../urchin .test | grep '7 tests passed.' diff --git a/tests.old/Counts should be kept of successes and failures./There should be three failures. b/tests.old/Counts should be kept of successes and failures./There should be three failures. deleted file mode 100755 index 2ee1c96..0000000 --- a/tests.old/Counts should be kept of successes and failures./There should be three failures. +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -../../urchin .test | grep '3 tests failed.' diff --git a/tests.old/Failing tests should be marked in red. b/tests.old/Failing tests should be marked in red. deleted file mode 100755 index bd12a32..0000000 --- a/tests.old/Failing tests should be marked in red. +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -../urchin .example-test-suite | grep '31' diff --git a/tests.old/Counts should be kept of successes and failures./.test-one/fail b/tests/Counting tests/.test-one/fail similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test-one/fail rename to tests/Counting tests/.test-one/fail diff --git a/tests.old/Counts should be kept of successes and failures./.test-one/pass b/tests/Counting tests/.test-one/pass similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test-one/pass rename to tests/Counting tests/.test-one/pass diff --git a/tests.old/Counts should be kept of successes and failures./.test/faila b/tests/Counting tests/.test/faila similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/faila rename to tests/Counting tests/.test/faila diff --git a/tests.old/Counts should be kept of successes and failures./.test/failb b/tests/Counting tests/.test/failb similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/failb rename to tests/Counting tests/.test/failb diff --git a/tests.old/Counts should be kept of successes and failures./.test/failc b/tests/Counting tests/.test/failc similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/failc rename to tests/Counting tests/.test/failc diff --git a/tests.old/Counts should be kept of successes and failures./.test/passa b/tests/Counting tests/.test/passa similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passa rename to tests/Counting tests/.test/passa diff --git a/tests.old/Counts should be kept of successes and failures./.test/passb b/tests/Counting tests/.test/passb similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passb rename to tests/Counting tests/.test/passb diff --git a/tests.old/Counts should be kept of successes and failures./.test/passc b/tests/Counting tests/.test/passc similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passc rename to tests/Counting tests/.test/passc diff --git a/tests.old/Counts should be kept of successes and failures./.test/passd b/tests/Counting tests/.test/passd similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passd rename to tests/Counting tests/.test/passd diff --git a/tests.old/Counts should be kept of successes and failures./.test/passe b/tests/Counting tests/.test/passe similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passe rename to tests/Counting tests/.test/passe diff --git a/tests.old/Counts should be kept of successes and failures./.test/passf b/tests/Counting tests/.test/passf similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passf rename to tests/Counting tests/.test/passf diff --git a/tests.old/Counts should be kept of successes and failures./.test/passg b/tests/Counting tests/.test/passg similarity index 100% rename from tests.old/Counts should be kept of successes and failures./.test/passg rename to tests/Counting tests/.test/passg diff --git a/tests/Counting tests/Singular form is used for a single failure. b/tests/Counting tests/Singular form is used for a single failure. new file mode 100755 index 0000000..5303b0b --- /dev/null +++ b/tests/Counting tests/Singular form is used for a single failure. @@ -0,0 +1,2 @@ +#!/bin/sh +$TEST_SHELL ../../urchin -s sh .test-one | grep '1 test failed' diff --git a/tests/Counting tests/Singular form is used for a single pass. b/tests/Counting tests/Singular form is used for a single pass. new file mode 100755 index 0000000..335f83b --- /dev/null +++ b/tests/Counting tests/Singular form is used for a single pass. @@ -0,0 +1,2 @@ +#!/bin/sh +$TEST_SHELL ../../urchin -s sh .test-one | grep '1 test passed' diff --git a/tests/Counting tests/There should be seven successes. b/tests/Counting tests/There should be seven successes. new file mode 100755 index 0000000..3e32665 --- /dev/null +++ b/tests/Counting tests/There should be seven successes. @@ -0,0 +1,2 @@ +#!/bin/sh +$TEST_SHELL ../../urchin -s sh .test | grep '7 tests passed.' diff --git a/tests/Counting tests/There should be three failures. b/tests/Counting tests/There should be three failures. new file mode 100755 index 0000000..e98ed76 --- /dev/null +++ b/tests/Counting tests/There should be three failures. @@ -0,0 +1,2 @@ +#!/bin/sh +$TEST_SHELL ../../urchin -s sh .test | grep '3 tests failed.'