-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement test suite runner #588
Commits on Jun 1, 2015
-
Jannik Zschiesche committed
Jun 1, 2015 Configuration menu - View commit details
-
Copy full SHA for f45dc85 - Browse repository at this point
Copy the full SHA f45dc85View commit details -
Jannik Zschiesche committed
Jun 1, 2015 Configuration menu - View commit details
-
Copy full SHA for d1f9052 - Browse repository at this point
Copy the full SHA d1f9052View commit details -
Jannik Zschiesche committed
Jun 1, 2015 Configuration menu - View commit details
-
Copy full SHA for a806d1c - Browse repository at this point
Copy the full SHA a806d1cView commit details -
Jannik Zschiesche committed
Jun 1, 2015 Configuration menu - View commit details
-
Copy full SHA for 8c64e47 - Browse repository at this point
Copy the full SHA 8c64e47View commit details
Commits on Jun 13, 2015
-
Added support for test case comments
Jannik Zschiesche committedJun 13, 2015 Configuration menu - View commit details
-
Copy full SHA for be5e037 - Browse repository at this point
Copy the full SHA be5e037View commit details -
New file extension for test case files: .test
## All test case files are now required to have the ".test" extension. This prevents issues with syntax highlighting in common IDEs and also prevents the test system to choke on non-testcase files in these directories (like `.DS_Store` or `Thumbs.db`). ## Hide the ".test" extension in the description of the test cases The message for a testcase `blabla.test` will now just read: > 1) Testing language 'css' – should pass test case 'blabla':
Jannik Zschiesche committedJun 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 829f8a8 - Browse repository at this point
Copy the full SHA 829f8a8View commit details -
Refreshed example test case for new file extension and comment support.
Jannik Zschiesche committedJun 13, 2015 Configuration menu - View commit details
-
Copy full SHA for dec517f - Browse repository at this point
Copy the full SHA dec517fView commit details -
Support language inclusion tests
By using composed language names "language+language2+language3" you can test language inclusion or do integration tests.
Jannik Zschiesche committedJun 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 09898e8 - Browse repository at this point
Copy the full SHA 09898e8View commit details -
Jannik Zschiesche committed
Jun 13, 2015 Configuration menu - View commit details
-
Copy full SHA for aec5fcc - Browse repository at this point
Copy the full SHA aec5fccView commit details
Commits on Jul 14, 2015
-
Implement support for simplifying nested token streams
Jannik Zschiesche committedJul 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 9619d4c - Browse repository at this point
Copy the full SHA 9619d4cView commit details -
Catch JSON parse error to provide a unified error reporting in the te…
…st runner
Jannik Zschiesche committedJul 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 9ce5838 - Browse repository at this point
Copy the full SHA 9ce5838View commit details -
Fully defined Apacheconf test case
Jannik Zschiesche committedJul 14, 2015 Configuration menu - View commit details
-
Copy full SHA for ea23493 - Browse repository at this point
Copy the full SHA ea23493View commit details
Commits on Jul 15, 2015
-
Jannik Zschiesche committed
Jul 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 5c2f9e0 - Browse repository at this point
Copy the full SHA 5c2f9e0View commit details -
Extract simplification of token stream
Pull the token stream transformation out of the test case into its own component.
Jannik Zschiesche committedJul 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 3a3cd26 - Browse repository at this point
Copy the full SHA 3a3cd26View commit details -
Updated simplification of token stream
It now strips empty values
Jannik Zschiesche committedJul 15, 2015 Configuration menu - View commit details
-
Copy full SHA for f05e079 - Browse repository at this point
Copy the full SHA f05e079View commit details -
We are at a point where we probably should test the test runner (especially the token stream transformer) itself.
Jannik Zschiesche committedJul 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 8bdf4c8 - Browse repository at this point
Copy the full SHA 8bdf4c8View commit details -
Verify that the token stream transfomer ignores all token properties …
…except type and content
Jannik Zschiesche committedJul 15, 2015 Configuration menu - View commit details
-
Copy full SHA for b8d92aa - Browse repository at this point
Copy the full SHA b8d92aaView commit details
Commits on Jul 26, 2015
-
Jannik Zschiesche committed
Jul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 1e0b8d9 - Browse repository at this point
Copy the full SHA 1e0b8d9View commit details -
Jannik Zschiesche committed
Jul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 799570f - Browse repository at this point
Copy the full SHA 799570fView commit details -
Added support for specifying the main language to load in test cases
You can add an exclamation mark anywhere in the name to load it as main language. If you do not specify anything, the first entry is used as main language css+markup! --> markup is main language css+markup --> css is main language
Jannik Zschiesche committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for a13c87b - Browse repository at this point
Copy the full SHA a13c87bView commit details -
Added travis.yml to run tests in travis
Jannik Zschiesche committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 9e6703a - Browse repository at this point
Copy the full SHA 9e6703aView commit details -
Jannik Zschiesche committed
Jul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 2bc5518 - Browse repository at this point
Copy the full SHA 2bc5518View commit details -
Added documentation about the test runner and test suite
Jannik Zschiesche committedJul 26, 2015 Configuration menu - View commit details
-
Copy full SHA for e8884a9 - Browse repository at this point
Copy the full SHA e8884a9View commit details