https://github.com/trailofbits/manticore
Raw File
Tip revision: 9be0e06b87ca953fb85690e7be8b4c74dabc2271 authored by disconnect3d on 21 March 2018, 18:57:42 UTC
Proper test classes names
Tip revision: 9be0e06
tox.ini
[tox]
envlist = py27,py35

[testenv]
deps = .[dev]
commands = nosetests
install_command = pip install --no-binary keystone-engine {opts} {packages}

[pep8]
ignore = E265,E501
max-line-length = 160
exclude = docs/,examples/,scripts/,tests/
back to top