aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/isolate_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Include origin filename in the filenames generated by isolate_tests.py.Daniel Kirchner2018-09-071-3/+4
|
* Remove trailing whitespace for all files in the repository.Daniel Kirchner2018-09-041-1/+1
|
* Also extract tests that do not start with a pragma.chriseth2018-08-141-23/+16
|
* Test that documentation does not contain any warnings.chriseth2018-08-141-13/+3
|
* Update isolate_tests to use simple quotes consistently.Matías A. Ré Medina2018-07-091-2/+2
| | | | The previous code had double quotes and the project uses simple quotes.
* Change isolate_tests to support single files as an inputMatías A. Ré Medina2018-07-091-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 Kirchner2018-06-151-1/+1
|
* Infrastructure for extracting syntax tests in separate test files.Daniel Kirchner2018-03-131-1/+6
|
* Ignore the docs build directory.chriseth2017-07-141-1/+3
|
* Upgrade isolate_tests.py to support extracting code from docsAlex Beregszaszi2017-07-131-3/+48
|
* Isolate test cases from all tests and store under hash.chriseth2017-03-231-12/+12
|
* Correctly find contracts with other delimiters.chriseth2017-03-151-2/+6
|
* Cleanup and fix scripts/isolate_tests.pyFederico Bond2016-12-071-16/+36
|
* Rename isolateTests.py script to isolate_tests.pyFederico Bond2016-12-071-0/+24