Commit Graph
5 Commits
Author SHA1 Message Date
Dan Callahan 55cc6e1f3b Don't run tests by default when calling make
Making it explicit via `make test` makes more sense to me.
2014-04-16 14:34:15 -05:00
Dan Callahan 536d3cab85 Subjectively clean up Makefile
I think the following Makefile might be a little more maintainable, grokkable,
and robust.
2014-04-16 13:06:09 -05:00
Dan Callahan 49806375b1 Remove testing packages from requirements.txt 2014-04-16 13:01:43 -05:00
Dan Callahan 8bec3e9702 Fixup a comment, suppress logging during tests
- Commit 947470d771 rendered a comment inaccurate
  in syncserver/__init__.py.

- Logging to stdout by default obscures test results; disable the stdout deluge
  by changing the logging class in syncserver/tests.ini
2014-04-16 12:54:40 -05:00
Dan Callahan 947470d771 Log to stdout by default 2014-04-13 16:54:06 -05:00