blob: 1506945f17b520e6b141b913820a2dca276eaf36 [file] [log] [blame]
martin f. krafft59cf02a2013-07-09 15:28:28 +02001#!/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
10import unittest
11tests = unittest.TestLoader().discover('reclass')
12unittest.TextTestRunner(verbosity=1).run(tests)