1. 23 Aug, 2017 2 commits
  2. 14 Aug, 2017 1 commit
  3. 30 Jun, 2017 1 commit
  4. 08 Jun, 2017 1 commit
  5. 25 Jan, 2017 1 commit
  6. 24 Jan, 2017 1 commit
  7. 06 Jan, 2017 1 commit
  8. 05 Jan, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 31 Oct, 2016 1 commit
  11. 26 Oct, 2016 1 commit
  12. 23 Oct, 2016 1 commit
  13. 03 Aug, 2016 1 commit
  14. 02 Aug, 2016 1 commit
  15. 29 Jul, 2016 1 commit
  16. 08 Jul, 2016 1 commit
  17. 28 Jun, 2016 1 commit
  18. 27 Jun, 2016 2 commits
  19. 20 Jun, 2016 1 commit
  20. 18 May, 2016 1 commit
  21. 13 May, 2016 1 commit
  22. 11 May, 2016 1 commit
  23. 10 May, 2016 1 commit
  24. 04 May, 2016 1 commit
  25. 02 May, 2016 3 commits
  26. 28 Apr, 2016 1 commit
  27. 26 Apr, 2016 1 commit
  28. 24 Apr, 2016 1 commit
  29. 19 Mar, 2016 1 commit
  30. 17 Mar, 2016 1 commit
  31. 19 Jan, 2016 1 commit
  32. 03 Nov, 2015 1 commit
    • Ability to run bok-choy in multiprocess mode. · 7eb9cecb
      This includes:
      * Ability to specify number of processes to run bok-choy tests in
      * A forked nose commit to get the multiprocess plugin's logging to work
      * A different plugin (xunitmp) must be used for pulling together xunit results
      
      This works by:
      * Starting the various servers that are needed for the acceptance test environment
      * Running the tests themselves in multiprocess mode
      Ben Patterson committed
  33. 29 Oct, 2015 1 commit
  34. 07 Oct, 2015 1 commit
  35. 30 Sep, 2015 1 commit
  36. 23 Sep, 2015 1 commit
    • TE-1042 include diff-cover for js. · 23dfcf1b
      Note that because js testing occurs on a different CI job than python
      unit testing, files will not be clobbered by this change. The python unit
      testing job also creates the same-named report through the diff_coverage
      task.
      Ben Patterson committed