Split GenerericComicReaderTest to stop requiring nose for module usage

This commit is contained in:
Laurent Bachelier 2012-10-24 13:38:21 +02:00
commit b67a4eefe5
8 changed files with 35 additions and 16 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class BatotoTest(GenericComicReaderTest):

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class EatmangaTest(GenericComicReaderTest):

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class MangafoxTest(GenericComicReaderTest):

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class MangahereTest(GenericComicReaderTest):

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class MangareaderTest(GenericComicReaderTest):

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class SimplyreaditTest(GenericComicReaderTest):