Skip to content

Instantly share code, notes, and snippets.

@kyogesh
Created July 22, 2015 09:35
Show Gist options
  • Save kyogesh/1b277449317a96bfc9d9 to your computer and use it in GitHub Desktop.
Save kyogesh/1b277449317a96bfc9d9 to your computer and use it in GitHub Desktop.
total terms registered excluding summer
workbooks=# select distinct(term_id) from student_course_term where student_id='334244614';
term_id
---------
199905
199901
200005
200008
199908
199808
200001
(7 rows)
File "test_analytics.py", line 153, in test_total_terms_registered_excluding_summers
self.assertEqual(self._get('total_terms_registered_excluding_summers', '334244614'), 22)
AssertionError: 7.0 != 22
----------------------------------------------------------------------
Ran 35 tests in 240.726s
FAILED (failures=1)
@xparta
Copy link

xparta commented Jul 22, 2015

debbiging huh , ive got a problem havnt even started coding yet , check it out ? you wnana ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment