Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 05, 2018
  3. 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
  4. Nov 23, 2018
  5. Nov 19, 2018
  6. 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
  7. Oct 29, 2018
Loading