1. 21 May, 2015 1 commit
  2. 20 May, 2015 1 commit
  3. 14 May, 2015 1 commit
  4. 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
  5. 04 May, 2015 2 commits
  6. 29 Apr, 2015 1 commit
  7. 28 Apr, 2015 1 commit
  8. 22 Apr, 2015 1 commit
  9. 27 Feb, 2015 1 commit
  10. 31 Dec, 2014 2 commits
  11. 25 Nov, 2014 1 commit
  12. 17 Sep, 2014 1 commit
  13. 16 Sep, 2014 1 commit