martin f. krafft | 59cf02a | 2013-07-09 15:28:28 +0200 | [diff] [blame] | 1 | #!/usr/bin/env python |
2 | # -*- coding: utf-8 -*- | ||||
3 | # | ||||
4 | # This file is part of reclass (http://github.com/madduck/reclass) | ||||
5 | # | ||||
6 | # Copyright © 2007–13 martin f. krafft <madduck@madduck.net> | ||||
7 | # Released under the terms of the Artistic Licence 2.0 | ||||
8 | # | ||||
9 | |||||
10 | import unittest | ||||
11 | tests = unittest.TestLoader().discover('reclass') | ||||
12 | unittest.TextTestRunner(verbosity=1).run(tests) |