Age | Commit message (Expand) | Author |
2018-02-22 | Test that the parser understands "with subject 'xxx'" | Steve Kemp |
2017-04-10 | Use standard URL username/password holders.10-support-http-basic-auth | Steve Kemp |
2017-03-28 | Added testcases for HTTP basic-auth. | Steve Kemp |
2017-03-27 | First stab at allowing custom SSL expiry days | James Hannah |
2017-03-17 | Style | Chris Elsworth |
2017-03-17 | Skip DNS-tests under CI. | Steve Kemp |
2016-07-18 | Remove outdated tests. | Steve Kemp |
2016-04-22 | Updated to fix the last remaining rubocop warnings. | Steve Kemp |
2016-04-21 | added tftp protocol test | James F. Carter |
2016-04-21 | added a simple tftp utility | James F. Carter |
2016-02-10 | Don't allow limiting protocl on HTTP/HTTPS tests. | root |
2016-02-10 | Adjusted greediness of regex in http with content | Patrick J Cherry |
2016-02-10 | Updated tests to use 'omit' when available | Patrick J Cherry |
2016-02-10 | Adjusted http with content string parsing. | Patrick J Cherry |
2015-12-18 | Removed references and support for beanstalkd. | Steve Kemp |
2015-08-07 | Ensure that we correctly parse bogus macro-definitions. | Steve Kemp |
2015-07-29 | Loosen teh grammar on tcp-tests. | Steve Kemp |
2015-07-29 | Ensure that protocol-handlers are lower-case. | Steve Kemp |
2015-07-29 | Test that we can parse an RDP-test. | Steve Kemp |
2015-04-16 | Test our enum-like type works as expected. | Steve Kemp |
2015-04-16 | Updated to cope with renamed API. | Steve Kemp |
2015-04-16 | Updated test to pass with new IPs. | Steve Kemp |
2015-03-10 | Correctly skip the rubocop testing if the gem is missing. | Steve Kemp |
2015-03-10 | Removed this test-case. | Steve Kemp |
2015-03-09 | Added test-case for quiet-rubocop. | Steve Kemp |
2015-03-09 | Removed trailing whitespace from the code | Steve Kemp |
2015-03-09 | Remove spaces before commas. | Steve Kemp |
2015-03-09 | More minor space fixups | Steve Kemp |
2015-03-09 | Whitespace fixups. | Steve Kemp |
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp |
2015-03-09 | Do not terminate expressions with ";". | Steve Kemp |
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp |
2015-03-09 | Do not use parentheses for method calls with no arguments. | Steve Kemp |
2015-03-09 | Avoid "Array.new" and "Hash.new" | Steve Kemp |
2015-03-09 | Omit the parentheses in defs when the method doesn't accept any arguments. | Steve Kemp |
2015-03-09 | Don't use "::" for method-calls. | Steve Kemp |
2015-03-09 | Added more tests. | Steve Kemp |
2015-03-09 | Use long-names | Steve Kemp |
2015-02-18 | Updated to load the test-implementations more carefully. | Steve Kemp |
2015-02-18 | Minor test-case update. | Steve Kemp |
2015-02-18 | Updated tests to pass with new API. | Steve Kemp |
2015-02-17 | Updated for new test-type API. | Steve Kemp |
2015-02-05 | Test that "flush!" is defined as a method. | Steve Kemp |
2015-01-29 | Added simple test cases | Steve Kemp |
2015-01-13 | Updated mocha-loading | Steve Kemp |
2015-01-13 | Test that returning the test-definition works. | Steve Kemp |
2015-01-13 | Don't marry our code to ruby1.8 | Steve Kemp |
2015-01-13 | Updated the mocha-gem usage | Steve Kemp |
2015-01-08 | Updated test to cope with DNS changes | Steve Kemp |