diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-15 13:11:25 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-15 13:11:25 +0000 |
commit | e8de39bae08b511e9b62e71a7d52cce2df10d54f (patch) | |
tree | 3f25381d896eb82440fc2315ba9acc7fe0fe5272 /python/tests/tests.py | |
parent | bb27a8d5984ddcf12f0a42e5d8f089759e8749ab (diff) | |
download | lasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.tar.gz lasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.tar.xz lasso-e8de39bae08b511e9b62e71a7d52cce2df10d54f.zip |
Updated authors.
Changed authors & copyright in SWIG and unit tests headers.
Extracted binding_tests.py from profiles_tests.py, so that each language has
a binding specific test.
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', ) |