Skip to content

Commit dfe1c82

Browse files
bartvwouterdb
authored andcommitted
Add pytest plugins (#786)
1 parent 8f10d35 commit dfe1c82

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
PyJWT==1.6.4
12
click==7.0
23
colorlog==3.1.4
34
cryptography==2.3.1
@@ -6,11 +7,13 @@ inmanta-sphinx==0.8
67
motor==2.0.0
78
netifaces==0.10.7
89
ply==3.11
9-
PyJWT==1.6.4
1010
pymongo==3.7.2
1111
pytest-cover==3.0.0
12+
pytest-instafail
1213
pytest-randomly==1.2.3
14+
pytest-sugar
1315
pytest-tornado==0.5.0
16+
pytest-xdist
1417
pytest==3.10.0
1518
python-dateutil==2.7.5
1619
pyyaml==3.13

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ deps=
3838
pytest-tornado
3939
pytest-cover
4040
pytest-randomly
41+
pytest-xdist
42+
pytest-sugar
43+
pytest-instafail
4144
mongobox
4245
pymongo
4346
motor

0 commit comments

Comments
 (0)