1. 07 Oct, 2016 1 commit
  2. 28 Sep, 2016 2 commits
  3. 27 Sep, 2016 1 commit
  4. 22 Sep, 2016 1 commit
  5. 20 Sep, 2016 1 commit
  6. 04 Aug, 2016 1 commit
  7. 03 Aug, 2016 3 commits
  8. 29 Jul, 2016 1 commit
  9. 28 Jul, 2016 1 commit
  10. 27 Jul, 2016 1 commit
  11. 26 Jul, 2016 1 commit
  12. 22 Jul, 2016 1 commit
  13. 04 May, 2016 1 commit
  14. 03 May, 2016 2 commits
  15. 02 May, 2016 1 commit
  16. 28 Apr, 2016 1 commit
  17. 14 Apr, 2016 1 commit
  18. 08 Apr, 2016 1 commit
  19. 17 Mar, 2016 1 commit
  20. 25 Feb, 2016 1 commit
  21. 23 Feb, 2016 1 commit
  22. 18 Feb, 2016 2 commits
  23. 05 Feb, 2016 1 commit
  24. 28 Jan, 2016 1 commit
  25. 05 Jan, 2016 1 commit
  26. 22 Dec, 2015 1 commit
  27. 17 Dec, 2015 1 commit
  28. 10 Dec, 2015 1 commit
  29. 07 Dec, 2015 2 commits
  30. 03 Dec, 2015 1 commit
  31. 02 Dec, 2015 1 commit
    • CohortMembership Test Fixes · 88a38965
      There are 3 main changes in this commit:
      * CohortFactory now sets up memberships properly, so consuming tests do not
      need to explicitly touch CourseUserGroup.users to add() users.
      * test_get_cohort_sql_queries has been updated to 3 and 9 queries when using
      and not using the cache, respectively. This is needed due to each operation
      needing an extra queery to get the CourseUserGroup from the CohortMembership.
      * Adding remove_user_from_cohort(), the counterpart to add_user_to_cohort().
      This is also to keep tests from touching the users field directly, and keep
      CohortMembership data in sync.
      Eric Fischer committed
  32. 25 Nov, 2015 3 commits