OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
mock
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📄
.gitignore
172 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
.testr.conf
145 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
.travis.yml
522 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
ChangeLog
95 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
LICENSE.txt
1.31 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
NEWS
3.02 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
README.rst
1.2 KB
06/08/2016 10:18:36 AM
rw-r--r--
📁
docs
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
extendmock.py
34 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📁
mock
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
mock.wpr
1.15 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
requirements.txt
217 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
setup.cfg
1.53 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
setup.py
126 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📁
tools
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
tox.ini
736 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
unittest.cfg
1.66 KB
06/08/2016 10:18:36 AM
rw-r--r--
Editing: tox.ini
Close
[tox] envlist = py25,py26,py27,py31,pypy,py32,py33,jython [testenv] deps=unittest2 commands={envbindir}/unit2 discover [] [testenv:py26] commands= {envbindir}/unit2 discover [] {envbindir}/sphinx-build -E -b doctest docs html {envbindir}/sphinx-build -E docs html deps = unittest2 sphinx [testenv:py27] commands= {envbindir}/unit2 discover [] {envbindir}/sphinx-build -E -b doctest docs html deps = unittest2 sphinx [testenv:py31] deps = unittest2py3k [testenv:py32] commands= {envbindir}/python -m unittest discover [] deps = [testenv:py33] commands= {envbindir}/python -m unittest discover [] deps = # note for jython. Execute in tests directory: # rm `find . -name '*$py.class'`