Skip to content
Snippets Groups Projects
  1. Jan 07, 2019
  2. Dec 17, 2018
  3. Dec 13, 2018
  4. Dec 07, 2018
    • Luis Araujo's avatar
      Make the code a proper module and command · bb5bc5fa
      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: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      bb5bc5fa
  5. Dec 03, 2018
  6. Nov 30, 2018
  7. Nov 28, 2018
    • Luis Araujo's avatar
      Add tests for the renderer · 786881af
      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: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      786881af
  8. Nov 27, 2018
  9. Nov 23, 2018
  10. Nov 21, 2018
  11. Nov 19, 2018
  12. Nov 16, 2018
  13. Nov 15, 2018
  14. Nov 14, 2018
  15. Nov 13, 2018
  16. Nov 12, 2018
    • Luis Araujo's avatar
      Add new post-condition section and macro · fc45841e
      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: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      fc45841e
  17. Nov 09, 2018
  18. Nov 08, 2018
Loading