1. 19 Dec, 2019 9 commits
  2. 18 Dec, 2019 5 commits
  3. 16 Dec, 2019 5 commits
  4. 13 Dec, 2019 7 commits
  5. 12 Dec, 2019 5 commits
  6. 11 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 7988bc67
      Jérome Perrin authored
       - run `testXHTML` on business templates "one by one"
       - fix all the problems with the currently tested business templates
       - because `erp5_ingestion` was containing some tests skin folder depending on other business templates and because I did not want to add dependencies to `erp5_ingestion` I moved the tests in `erp5_ingestion_test`.
      
      /reviewed-on nexedi/erp5!989
      7988bc67
  7. 10 Dec, 2019 3 commits
  8. 06 Dec, 2019 4 commits
  9. 03 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 1bf425ca
      Jérome Perrin authored
      This will allow to find problems when only business templates and their
      dependencies are installed. When we run testXHTML with all business
      template installed we don't see problems that may happen only when some
      business templates are not installed.
      1bf425ca