- Dec 07, 2018
-
-
Luis Araujo authored
This commit applies several changes in order to turn the renderer code into a proper python module and command that can be easily installed using the setuptools module. Main changes: - Main executable is named atc - Use setuptools to install renderer executable - Improve tests so they can be easily executed by packages - Update README instructions Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Dec 05, 2018
-
-
Luis Araujo authored
This commit updates the README to explain how to attach images to test case pages. Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
Luis Araujo authored
Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Nov 28, 2018
-
-
Luis Araujo authored
This commit adds the unit test module for the renderer. It includes tests for the parser, renderer and relevant formatting methods. It also adds a set of files that are used by some of these tests. The commit also updates the README file explaining how to execute these tests. Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Nov 23, 2018
-
-
Luis Araujo authored
Explain some of the format rules and parser behaviour in the README file. This commit also fixes a minimal typo in the render-test-case comments. Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Nov 19, 2018
-
-
Luis Araujo authored
Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
Luis Araujo authored
- Update the README listing existing macros and how to use the renderer. - Rename the main program to render-test-case - Rename the tc directory to tests-cases Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Nov 12, 2018
-
-
Luis Araujo authored
- Add a new post-condition section. - Add a new macro to install packages for automated tests. - Slightly change the way the function to parse lists work. Now only the run.steps section will be treated different from other sections. - Apply syntax changes to the already ported test cases. - Add new ported test cases. - Update the README explaining a rule for the formatter. Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
- Oct 29, 2018
-
-
Luis Araujo authored
Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-