e2e: add tests for proxy provider and outposts

This commit is contained in:
Jens Langhammer
2020-09-16 21:54:35 +02:00
parent 6187436518
commit f1ccef7f6a
7 changed files with 121 additions and 33 deletions

View File

@ -4,7 +4,7 @@ from django.core.management.base import BaseCommand, no_translations
from passbook.flows.transfer.importer import FlowImporter
class Command(BaseCommand):
class Command(BaseCommand): # pragma: no cover
"""Apply flow from commandline"""
@no_translations