5 Commits

Author SHA1 Message Date
vrde
054c17d38c Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api 2016-02-24 14:15:08 +01:00
vrde
b3b54e7529 Move common code to util module 2016-02-22 23:46:32 +01:00
vrde
4c177a9946 Replace == with is for some tests
Replace all occurrences of:
 - `== True` with `is True`
 - `== False` with `is False`
 - `== None` with `is None`
2016-02-18 11:42:34 +01:00
Sylvain Bellemare
a68a4352b8 Import locally 2016-02-15 16:30:37 +01:00
Wrigley the Buffalo
841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00