Jeff Hui
Jeff Hui
More historic context is on [Nimble#69](https://github.com/Quick/Nimble/issues/69). By default, XCTestCase sets this as `YES`, which makes this continue running the test, even when a failure is reached. I'm posing this a...
It would be great to be able to test programs using a state machine: - Test writer defines a state machine of conceptual app state + transitions. Transitions define -...
instead of explicitly calling the classes. Fixes #31 for pypy compatibility.
Thanks for clj-kafka, it's been great to use. :+1: When it comes to testing our microservices, we've been copying clj-kafka's [test helpers](https://github.com/pingles/clj-kafka/blob/master/test/clj_kafka/test/utils.clj#L26-L73) to our projects. It seems generally useful for...
It seems like this code: https://github.com/jeffh/YACS/blob/c7921b171ee5127f5c1b0e166213aa7ea0eea418/courses/bridge/rpi.py#L309-L316 Doesn't properly fetch if the semester wraps to the next year: (Using semester 2015-09 should produce the url of next year). This prevents YACS...
Fall 2014: "To reproduce the bug, jump into yacs.me, go to CSCI, select Section 8 of CSCI-1100, then go back to the catalog and select Section 12 of CHEM-1100 --...
Adding cross listing fails: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/Users/jeff/.virtualenvs/yacs/lib/python2.7/site-packages/django/core/management/**init**.py", line 443, in execute_from_command_line utility.execute() File "/Users/jeff/.virtualenvs/yacs/lib/python2.7/site-packages/django/core/management/**init**.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File...
Courses should have a detail view that should contain all available information about the courses: - Course name, deptcode, number - sections - times - professors - locations (display a...
This requires updating the README and the documentation `installation.rst`.
Working implementation of #22 (WFM).