An error occurred fetching the project authors.
  1. 20 Dec, 2018 1 commit
  2. 19 Oct, 2018 1 commit
  3. 31 Aug, 2018 1 commit
    • Jérome Perrin's avatar
      test/*/utils.py: use same code everywhere · dc62d8e4
      Jérome Perrin authored
      In preparation for moving this to a better place, use the same code in
      all the places where this code was duplicated.
      
      Reconcile all implementations, document a little bit more the methods
      and the future plans.
      dc62d8e4
  4. 13 Jul, 2018 1 commit
  5. 09 Jul, 2018 1 commit
  6. 29 Jun, 2018 1 commit
  7. 28 Jun, 2018 1 commit
    • Łukasz Nowak's avatar
      slapos.test.software: SlapOS profile test · 5c3dd440
      Łukasz Nowak authored
      Based on Jerome's work from /software/proftpd/test/utils.py
      
      Main changes:
      
       * tearDownClass is called in case of errors in setUpClass (mimic addCleanup
         instance method)
       * the setUpClass is split to smaller methods for ease of further development
       * full instance path is exposed for test introspection
       * software path of master partition is exposed for test introspection
      5c3dd440
  8. 23 May, 2018 1 commit
  9. 22 May, 2018 3 commits
  10. 17 Apr, 2018 1 commit
  11. 15 Apr, 2018 1 commit
    • Jérome Perrin's avatar
      proftpd: instance test suite · a5d326d7
      Jérome Perrin authored
      To run tests locally by `python setup.py test`
      
      This is a new kind of test suite that compile software, request instance
      with specific parameters and check that the instance works as expected.
      a5d326d7