diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-26 11:11:37 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-26 11:11:37 +0200 |
commit | fd37c820e57ddfaa8986087c20d5db86ebbe2be0 (patch) | |
tree | 149f3250a17063f690d755cc69e2391bc93681c5 /pytest.py | |
parent | 6de86862d971b2119edfb9427c93ff080c31091d (diff) | |
download | logilab-common-fd37c820e57ddfaa8986087c20d5db86ebbe2be0.tar.gz |
more license updates
Diffstat (limited to 'pytest.py')
-rw-r--r-- | pytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # copyright 2000-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr -# Licensed under the General Public License version 2 - http://www.gnu.org/licenses +# Licensed under the Lesser General Public License version 2 - http://www.gnu.org/licenses """pytest is a tool that eases test running and debugging. To be able to use pytest, you should either write tests using |