Skip to content
Snippets Groups Projects
  1. Jul 19, 2019
  2. Jan 25, 2019
  3. Jan 22, 2019
  4. Jan 16, 2019
  5. Jan 11, 2019
  6. Dec 17, 2018
  7. 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
  8. 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
Loading