-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec_tests.py: introduce --track option
The --track option is meant to help developers impement new CommonMark parsers from scratch. When you start from scratch, you start out with hundreds of test failures (for everything you haven't impemented yet). For that scenario it's more helpful to only print the test cases that changed compared to the last run. When you run spec_tests.py with --track then fix one test case and run it again it only prints e.g. Example 107 (lines 1750-1757) Indented code blocks fixed! omitting all the test failures that haven't changed.
- Loading branch information
1 parent
5ba5a57
commit c8ba41a
Showing
1 changed file
with
46 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters