1. 13 Aug, 2012 1 commit
  2. 12 Aug, 2012 1 commit
    • Add DARK_LAUNCH functionality · d7f94a05
      * pass user to check_course
      * if dark launch feature enabled, users with staff access to course
      can see courseware before start date.  Students still can't.
      * tests.
      * Remaining: enrollment view has custom access control.  Need to check it.
      Victor Shnayder committed
  3. 10 Aug, 2012 3 commits
  4. 07 Aug, 2012 1 commit
  5. 01 Aug, 2012 1 commit
  6. 27 Jul, 2012 2 commits
    • Config for integration tests · cb308507
      * move askbot repo into mitx as a submodule
      * set settings as in 85865f7221
      * remove test_mongo env.
      * Refactor tests to use new config structure.
      * Add real integration tests--not working due to bugs in course xml. Turned off.
      Victor Shnayder committed
    • Initial integration tests! · 73b38268
      * new env file to run integration tests with mongo backend
        - needs askbot to get db in the right state
        - needs wiki to load pages successfully
        - not using migrations to make it run faster
      * import test courses, check that each page loads without erroring.
      * fix NonePointerException in index view to make tests pass
      * misc formatting cleanups
      Victor Shnayder committed