summary refs log tree commit diff stats
BranchCommit messageAuthorAge
masterUpdate LICENSE YearAndinus4 years
 
TagDownloadAuthorAge
v0.6.8cetus-0.6.8.tar.gz  Andinus5 years
v0.6.7cetus-0.6.7.tar.gz  Andinus5 years
v0.6.6cetus-0.6.6.tar.gz  Andinus5 years
v0.6.5cetus-0.6.5.tar.gz  Andinus5 years
v0.6.4cetus-0.6.4.tar.gz  Andinus5 years
v0.6.3cetus-0.6.3.tar.gz  Andinus5 years
v0.6.2cetus-0.6.2.tar.gz  Andinus5 years
v0.6.1cetus-0.6.1.tar.gz  Andinus5 years
v0.6.0cetus-0.6.0.tar.gz  Andinus5 years
v0.5.2cetus-0.5.2.tar.gz  Andinus5 years
v0.5.1cetus-0.5.1.tar.gz  Andinus5 years
v0.5.0cetus-0.5.0.tar.gz  Andinus5 years
v0.4.11cetus-0.4.11.tar.gz  Andinus5 years
v0.4.10cetus-0.4.10.tar.gz  Andinus5 years
v0.4.9cetus-0.4.9.tar.gz  Andinus5 years
v0.4.8cetus-0.4.8.tar.gz  Andinus5 years
v0.4.7cetus-0.4.7.tar.gz  Andinus5 years
v0.4.6cetus-0.4.6.tar.gz  Andinus5 years
v0.4.5cetus-0.4.5.tar.gz  Andinus5 years
v0.4.4cetus-0.4.4.tar.gz  Andinus5 years
v0.4.3cetus-0.4.3.tar.gz  Andinus5 years
v0.4.2cetus-0.4.2.tar.gz  Andinus5 years
v0.4.1cetus-0.4.1.tar.gz  Andinus5 years
v0.4.0cetus-0.4.0.tar.gz  Andinus5 years
v0.3.1cetus-0.3.1.tar.gz  Andinus5 years
v0.3.0cetus-0.3.0.tar.gz  Andinus5 years
v0.2.0cetus-0.2.0.tar.gz  Andinus5 years
am 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 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """Workaround to allow running single test cases directly""" try: from __init__ import init, Fake, OK, raise_ok except: from test import init, Fake, OK, raise_ok