Commit graph

7 commits

Author SHA1 Message Date
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
dc7a83cba0 Remove parse function 2014-03-20 10:23:08 +01:00
Florent
4e80317717 Update tests 2014-03-19 17:30:51 +01:00
Florent
30f83d2bdc Use smaller id 2013-12-17 16:57:04 +01:00
Florent
54b66983e6 Fix tests if value is 0 2013-08-02 13:46:53 +02:00
Florent
75b5a49d14 Add tests on dresdenwetter 2013-07-25 14:03:11 +02:00