An error occurred fetching the project authors.
  1. 31 Mar, 2020 1 commit
  2. 24 Mar, 2020 1 commit
  3. 23 Mar, 2020 1 commit
  4. 13 Mar, 2020 1 commit
  5. 12 Mar, 2020 1 commit
  6. 11 Mar, 2020 1 commit
  7. 10 Mar, 2020 1 commit
  8. 05 Mar, 2020 1 commit
  9. 17 Feb, 2020 1 commit
  10. 05 Feb, 2020 1 commit
  11. 03 Feb, 2020 1 commit
  12. 02 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      slapos.cookbook/testing: fix missing version pin for mock · 826042a9
      Jérome Perrin authored
      Because we run egg tests with setup.py test, which installs missing
      eggs, if an egg was not installed by buildout, then it installed before
      running test. This was the case for mock, which is now python3 only (
      https://pypi.org/project/mock/4.0.0b1/ ) and we started to see test
      failures.
      
      To solve this issue, refactor the setup definition to use
      extra_requires, which seems to work fine in buildout now. Keep
      test_requires because it's the what `python setup.py test` uses.
      
      Clean buildout profiles to install slapos.cookbook[test] for test
      instead of duplicating the content of test_requires.
      
      /reviewed-on nexedi/slapos!690
      826042a9
  13. 05 Dec, 2019 1 commit
  14. 06 Nov, 2019 2 commits
  15. 07 Oct, 2019 1 commit
  16. 30 Aug, 2019 1 commit
  17. 28 Aug, 2019 1 commit
  18. 13 Aug, 2019 1 commit
  19. 26 Jul, 2019 1 commit
  20. 30 May, 2019 1 commit
  21. 25 May, 2019 1 commit
  22. 05 Apr, 2019 1 commit
  23. 14 Mar, 2019 1 commit
  24. 13 Mar, 2019 1 commit
  25. 09 Mar, 2019 1 commit
  26. 05 Mar, 2019 2 commits
  27. 07 Feb, 2019 1 commit
  28. 22 Jan, 2019 1 commit
  29. 21 Jan, 2019 1 commit
  30. 20 Dec, 2018 1 commit
    • Łukasz Nowak's avatar
      slapos-sr-testing: Common testing for Software Releases · 9fae7463
      Łukasz Nowak authored
      Since some software releases have unit tests, it is good idea to run the
      tests for each commit on slapos branch.
      
      This SR follow slapos-testing SR in a way how tests are grouped and run.
      
      Fixed erp5.util is used to expose good test suite names.
      9fae7463