Lines Matching +full:regression +full:- +full:test
6 - PYTHON: "C:\\Python27-x64"
9 - PYTHON: "C:\\Python36-x64"
18 - ps: .\.appveyor\InstallNpcap.ps1
19 - ps: .\.appveyor\InstallWindump.ps1
20 - choco install -y wireshark
22 - "%PYTHON%\\python -m pip install cryptography coverage mock"
23 - set PATH="%PYTHON%\\Scripts\\;%PATH%"
27 - set PYTHONPATH=%APPVEYOR_BUILD_FOLDER%
28 - set PATH="%APPVEYOR_BUILD_FOLDER%;C:\Program Files\Wireshark\;%PATH%"
31 - set ARGS=-K open_ssl_client
33 - if not x%PYTHON:3=%==x%PYTHON% set ARGS=%ARGS% -K FIXME_py3
36 …- "%PYTHON%\\python -m coverage run --parallel-mode bin\\UTscapy -f text -t test\\regression.uts -…
37 - 'del test\regression.uts'
40 …- 'del test\bpf.uts test\linux.uts test\sendsniff.uts' # Don't bother with OS dependent regression…
41 …- "%PYTHON%\\python -m coverage run --parallel-mode bin\\UTscapy -c test\\configs\\windows.utsc %A…
45 - 'cd scapy/tools'
46 …- "%PYTHON%\\python -m coverage run --concurrency=multiprocessing UTscapy.py -f text -t ..\\..\\te…
47 - 'cd ../../'
51 - "%PYTHON%\\python -m pip install codecov"
52 - "SET PATH=%PYTHON%\\Scripts\\;%PATH%"
53 - "coverage combine ./"
54 - codecov