mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
20
testing/web-platform/tests/tools/pytest/plugin-test.sh
Normal file
20
testing/web-platform/tests/tools/pytest/plugin-test.sh
Normal file
|
|
@ -0,0 +1,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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue