summaryrefslogtreecommitdiff
path: root/plugin-test.sh
blob: 9c61b50536e0be10f8b206aac9c20f2a13182bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

# this assumes plugins are installed as sister directories

set -e
cd ../pytest-pep8
py.test
cd ../pytest-instafail
py.test 
cd ../pytest-cache
py.test
cd ../pytest-xprocess
py.test
#cd ../pytest-cov
#py.test
cd ../pytest-capturelog
py.test
cd ../pytest-xdist
py.test