tox.ini
changeset 11631 faf279e33298
parent 11478 1817f8946c22
parent 11630 1400aee10df4
child 11681 b23d58050076
--- a/tox.ini	Fri Sep 23 16:04:32 2016 +0200
+++ b/tox.ini	Mon Sep 26 14:52:12 2016 +0200
@@ -15,7 +15,7 @@
 commands =
   py34: touch {envdir}/share/cubicweb/cubes/__init__.py
   misc: {envpython} -m pip install --upgrade --no-deps --quiet git+git://github.com/logilab/yapps@master#egg=yapps
-  misc: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/test {toxinidir}/cubicweb/dataimport/test {toxinidir}/cubicweb/devtools/test {toxinidir}/cubicweb/entities/test {toxinidir}/cubicweb/ext/test {toxinidir}/cubicweb/hooks/test {toxinidir}/cubicweb/sobjects/test {toxinidir}/cubicweb/wsgi/test
+  misc: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/test {toxinidir}/cubicweb/dataimport/test {toxinidir}/cubicweb/devtools/test {toxinidir}/cubicweb/entities/test {toxinidir}/cubicweb/ext/test {toxinidir}/cubicweb/hooks/test {toxinidir}/cubicweb/sobjects/test {toxinidir}/cubicweb/wsgi/test {toxinidir}/cubicweb/pyramid/test
   py27-misc: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/etwist/test
   server: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/server/test
   web: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/web/test
@@ -139,5 +139,25 @@
   cubicweb/web/views/json.py,
   cubicweb/web/views/searchrestriction.py,
   cubicweb/xy.py,
+  cubicweb/pyramid/auth.py,
+  cubicweb/pyramid/bwcompat.py,
+  cubicweb/pyramid/core.py,
+  cubicweb/pyramid/defaults.py,
+  cubicweb/pyramid/init_instance.py,
+  cubicweb/pyramid/__init__.py,
+  cubicweb/pyramid/login.py,
+  cubicweb/pyramid/predicates.py,
+  cubicweb/pyramid/profile.py,
+  cubicweb/pyramid/resources.py,
+  cubicweb/pyramid/rest_api.py,
+  cubicweb/pyramid/session.py,
+  cubicweb/pyramid/tools.py,
+  cubicweb/pyramid/test/__init__.py,
+  cubicweb/pyramid/test/test_bw_request.py,
+  cubicweb/pyramid/test/test_core.py,
+  cubicweb/pyramid/test/test_login.py,
+  cubicweb/pyramid/test/test_rest_api.py,
+  cubicweb/pyramid/test/test_tools.py,
+
 
 # vim: wrap sts=2 sw=2