We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dda743 commit 5d5859aCopy full SHA for 5d5859a
tox.ini
@@ -10,6 +10,7 @@ python =
10
11
[testenv]
12
deps =
13
+ markupsafe==2.0.1
14
flake8
15
pytest
16
pytest-mock
@@ -20,6 +21,7 @@ commands =
20
21
22
[testenv:unit]
23
24
25
26
27
@@ -30,6 +32,7 @@ commands =
30
32
31
33
[testenv:e2e]
34
35
36
37
38
commands =
@@ -39,6 +42,7 @@ commands =
39
42
40
43
[testenv:cov]
41
44
45
46
47
48
pytest-cov
@@ -48,6 +52,7 @@ commands =
52
49
53
[testenv:cov-html]
50
54
55
51
56
57
58
0 commit comments