1. 10 Nov, 2015 1 commit
  2. 05 Nov, 2015 1 commit
  3. 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
  4. 19 Oct, 2015 1 commit
  5. 17 Sep, 2015 1 commit
  6. 04 Sep, 2015 1 commit
  7. 31 Aug, 2015 2 commits
  8. 28 Aug, 2015 1 commit
  9. 27 Aug, 2015 1 commit
  10. 23 Jul, 2015 1 commit
  11. 13 Jul, 2015 1 commit
  12. 01 Jul, 2015 1 commit
  13. 22 May, 2015 1 commit
    • Use jshint in paver, include in builds. · aebb35d3
      JShint will be executed with paver run_jshint, which will use a defined set of
      directories (likewise defined are directories to ignore). A limit can be imposed
      on the total number of violations. Note that this change does NOT include adding
      jshint to diff-quality or `paver run_quality`.
      Ben Patterson committed
  14. 21 May, 2015 1 commit
  15. 20 May, 2015 1 commit
  16. 15 May, 2015 1 commit
  17. 14 May, 2015 2 commits
  18. 07 May, 2015 1 commit
  19. 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
  20. 04 May, 2015 2 commits
  21. 29 Apr, 2015 1 commit
  22. 28 Apr, 2015 1 commit
  23. 22 Apr, 2015 1 commit
  24. 23 Mar, 2015 2 commits
  25. 27 Feb, 2015 2 commits
  26. 12 Jan, 2015 1 commit
  27. 07 Jan, 2015 1 commit
  28. 31 Dec, 2014 2 commits
  29. 01 Dec, 2014 1 commit
  30. 25 Nov, 2014 1 commit
  31. 21 Nov, 2014 1 commit
  32. 10 Nov, 2014 2 commits
  33. 04 Nov, 2014 1 commit