1. 16 May, 2016 1 commit
  2. 12 May, 2016 1 commit
  3. 02 May, 2016 1 commit
  4. 22 Apr, 2016 1 commit
  5. 21 Apr, 2016 1 commit
  6. 11 Apr, 2016 1 commit
  7. 06 Apr, 2016 1 commit
  8. 01 Apr, 2016 1 commit
  9. 22 Mar, 2016 2 commits
  10. 22 Nov, 2015 1 commit
  11. 05 Nov, 2015 1 commit
  12. 04 Nov, 2015 1 commit
  13. 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
  14. 19 Oct, 2015 1 commit
  15. 13 Jul, 2015 1 commit
  16. 21 May, 2015 1 commit
  17. 06 May, 2015 1 commit
    • Paver: Ability to run only servers or only tests · db285cab
      This would allow a user to set up and run servers, with an open prompt for killing
      them. Likewise a user could open a different terminal session and run tests only.
      
      How-to:
      * At a terminal/ssh session, start bok-choy servers with
          `paver test_bokchoy --serversonly`
          (or, if you've already run collectstatic on your system:
          `paver test_bokchoy --serversonly --fasttest`)
      * When the above is running, you can now open a separate terminal/ssh session
      and run:
          `paver test_bokchoy -t my_tests --testsonly`
      
      Keep in mind, the 'testsonly' flag does no setup. There is some minimal teardown; however,
      such as clearing mongo and flushing the lms database. (Some tests have non-unique identifiers
      and could not be run more than once.)
      Ben Patterson committed
  18. 16 Apr, 2015 1 commit
  19. 08 Apr, 2015 1 commit
  20. 27 Feb, 2015 1 commit
  21. 31 Dec, 2014 1 commit
  22. 25 Sep, 2014 1 commit
  23. 11 Sep, 2014 1 commit
  24. 28 Aug, 2014 1 commit
  25. 07 Aug, 2014 1 commit
  26. 30 Jul, 2014 1 commit
  27. 19 Jun, 2014 1 commit