Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also extract tests that do not start with a pragma. | chriseth | 2018-08-14 | 1 | -23/+16 |
| | |||||
* | Test that documentation does not contain any warnings. | chriseth | 2018-08-14 | 1 | -13/+3 |
| | |||||
* | Update isolate_tests to use simple quotes consistently. | Matías A. Ré Medina | 2018-07-09 | 1 | -2/+2 |
| | | | | The previous code had double quotes and the project uses simple quotes. | ||||
* | Change isolate_tests to support single files as an input | Matías A. Ré Medina | 2018-07-09 | 1 | -16/+23 |
| | | | | | | | | | | On the documentation the examples for the usage of isolate_tests.py are shown with single files, and it's currently not working. It only works for folders or wildcards that return more than one file, since that's how os.walk works within a loop for that cases. Proposed an simple and easy fix. I extracted the core functionality for extracting tests from files, and made another function called `extract_and_write` If the program receives a single file the function `extract_and_write` is called once, it even works for `docs` when specified. If the program receives a path or a wildcard, works as used to. | ||||
* | Correctly choose python version for scripts requiring python2. | Daniel Kirchner | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Infrastructure for extracting syntax tests in separate test files. | Daniel Kirchner | 2018-03-13 | 1 | -1/+6 |
| | |||||
* | Ignore the docs build directory. | chriseth | 2017-07-14 | 1 | -1/+3 |
| | |||||
* | Upgrade isolate_tests.py to support extracting code from docs | Alex Beregszaszi | 2017-07-13 | 1 | -3/+48 |
| | |||||
* | Isolate test cases from all tests and store under hash. | chriseth | 2017-03-23 | 1 | -12/+12 |
| | |||||
* | Correctly find contracts with other delimiters. | chriseth | 2017-03-15 | 1 | -2/+6 |
| | |||||
* | Cleanup and fix scripts/isolate_tests.py | Federico Bond | 2016-12-07 | 1 | -16/+36 |
| | |||||
* | Rename isolateTests.py script to isolate_tests.py | Federico Bond | 2016-12-07 | 1 | -0/+24 |