Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Falderal/
- Breaking in different ways now. Chris Pressey 8 years ago
- More broken but in better ways (cross fingers) Chris Pressey 8 years ago
- I have a feeling that this is not the path we want to go down. Chris Pressey 8 years ago
- Move fast and break things, I guess? Part-way to new format. Chris Pressey 8 years ago
- Remove compatibility `test` argument and rename another test. Chris Pressey 8 years ago
- Allow giving differing inputs to multiple tests with same body. Chris Pressey 9 years ago
- Remove deprecated `%(test-text)` and `%(test-file)` variables. Chris Pressey 10 years ago
- Ignore any malformed UTF-8 we got from the output or error... Cat's Eye Technologies 10 years ago
- Cover the deprecated case, too. Cat's Eye Technologies 10 years ago
- Make input UTF-8-able by making all(?) internal strings unicode. Cat's Eye Technologies 10 years ago
- For failing outcome, if stderr is empty, find err msg on stdout. Cat's Eye Technologies 10 years ago
- Catch KeyboardInterrupt and show those tests we did manage to run. Cat's Eye Technologies 11 years ago
- In --verbose warn about redundant tests. Also fix some __repr__s. Cat's Eye Technologies 11 years ago
- Unless --cavalier is given, lint loaded tests for sanity. Cat's Eye Technologies 11 years ago
- Display name of functionality in each failing test report. Cat's Eye Technologies 11 years ago
- Remove 'Haskell function' backwards-compatibility hack. Cat's Eye Technologies 11 years ago
- Don't write temp files in the current directory. We were doing this to support Cat's Eye Technologies 11 years ago
- Support test input in shell command implementations. Woo! Cat's Eye Technologies 11 years ago
- Pass Test's input to implementation when running test. Cat's Eye Technologies 11 years ago
- Rename Implementation's input param to body, and add input param. Cat's Eye Technologies 11 years ago
- Prefer %(test-body-text) and %(test-body-file). ("text", yeah...) Cat's Eye Technologies 11 years ago
- Attach test input to Test objects during parsing. Cat's Eye Technologies 11 years ago
- Call it the Body of the test instead of the Text (too vague.) Cat's Eye Technologies 11 years ago
- Parse (only) TestInput blocks. Cat's Eye Technologies 11 years ago
- Include filename and line number in error report. Cat's Eye Technologies 11 years ago
- Don't overload meaning of 'Result', use 'Outcome' for clarity. Cat's Eye Technologies 11 years ago
- Allow constructing Tests with a TestText block (for line number.) Cat's Eye Technologies 11 years ago
- It's the Text of the test; the Input is (will be) something else. Cat's Eye Technologies 11 years ago
- Test blocks *must* be indented by 4 spaces now. Cat's Eye Technologies 11 years ago
- Remove the --functionalities and --clear-functionalities flags. Cat's Eye Technologies 11 years ago