1. 08 Nov, 2016 1 commit
    • Julien Muchembled's avatar
      erp5.util.testnode: make --frontend_url/node_quantity optional for runUnitTest · 7ea66035
      Julien Muchembled authored
      The recently added --frontend_url parameter breaks all existing runUnitTest
      scripts that don't accept it, and because this option is irrelevant for many
      of them, we don't want to force everyone to update their test suites.
      
      Similarly, parallelizing tests is not worth the effort for some test suites,
      and currently, their runUnitTest scripts contain ugly lines like:
      
          parser.add_argument('--node_quantity', help='ignored', type=int)
      
      These 2 parameters are now passed to runUnitTest only if it supports them,
      like it is already the case for --firefox_bin and --xvfb_bin.
      7ea66035
  2. 07 Nov, 2016 4 commits
  3. 04 Nov, 2016 16 commits
  4. 03 Nov, 2016 3 commits
  5. 02 Nov, 2016 16 commits