diff options
Diffstat (limited to 'python/tests/tests.py')
-rwxr-xr-x | python/tests/tests.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py index de3cf808..35c15691 100755 --- a/python/tests/tests.py +++ b/python/tests/tests.py @@ -1,14 +1,15 @@ #! /usr/bin/env python # -*- coding: UTF-8 -*- - - +# +# $Id$ +# # Python unit tests for Lasso library -# By: Frederic Peters <fpeters@entrouvert.com> -# Emmanuel Raviart <eraviart@entrouvert.com> # -# Copyright (C) 2004 Entr'ouvert +# Copyright (C) 2004, 2005 Entr'ouvert # http://lasso.entrouvert.org # +# Authors: See AUTHORS file. +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -41,6 +42,7 @@ if not '../.libs' in sys.path: testSuites = ( + 'binding_tests', 'profiles_tests', 'errorchecking_tests', ) |