docs: remove default password for docker-compose, improve instructions

This commit is contained in:
Jens Langhammer
2020-09-14 22:54:25 +02:00
parent b3262e2a82
commit 3bbded3555
5 changed files with 29 additions and 14 deletions

View File

@ -1,12 +1,10 @@
"""flow views tests"""
from json import loads
from unittest.mock import MagicMock, PropertyMock, patch
from django.shortcuts import reverse
from django.test import Client, TestCase
from django.utils.encoding import force_str
from passbook.flows.exceptions import EmptyFlowException, FlowNonApplicableException
from passbook.flows.markers import ReevaluateMarker, StageMarker
from passbook.flows.models import Flow, FlowDesignation, FlowStageBinding
from passbook.flows.planner import FlowPlan