Sha256: ae35b68744963b2d7a212a2b364523f58f808fd285994b4fa3a96c5a740c789f
Contents?: true
Size: 1.08 KB
Versions: 28
Compression:
Stored size: 1.08 KB
Contents
Feature: Verify Scenario: No tests When I run `recog_verify no_tests.xml` Then it should pass with: """ SUMMARY: Test completed with 0 successful, 0 warnings, and 0 failures """ Scenario: Successful tests When I run `recog_verify successful_tests.xml` Then it should pass with: """ SUMMARY: Test completed with 4 successful, 0 warnings, and 0 failures """ Scenario: Tests with warnings When I run `recog_verify tests_with_warnings.xml` Then it should pass with: """ WARN: 'Pure-FTPd' has no test cases SUMMARY: Test completed with 1 successful, 1 warnings, and 0 failures """ Scenario: Tests with failures When I run `recog_verify tests_with_failures.xml` Then it should pass with: """ FAIL: 'foo test' failed to match "bar" with (?-mix:^foo$)' FAIL: '' failed to match "This almost matches" with (?-mix:^This matches$)' FAIL: 'bar test' failed to find expected capture group os.version '5.0' SUMMARY: Test completed with 0 successful, 0 warnings, and 3 failures """
Version data entries
28 entries across 28 versions & 1 rubygems