| Age | Commit message (Collapse) | Author |
|
|
|
coverage is combined between py2 and py3 for an aggregate coverage
metric. This means we can stop putting "no cover" gates around py3 code
and ignoring whether it's ever tested.
|
|
|
|
|
|
nose and coverage in setup.py
|
|
|
|
chameleon.core packages).
Somehow we also need to depend on sourcecodegen or the tests fail (even though Chameleon depends on them too).
Don't run coverage tests by default when running nosetests (pass --with-coverage to "setup.py nosetests" to obtain the older behavior).
Ignore .coverage in trunk/repoze/bfg
Pass where=repoze/bfg to avoid running other repoze tests, for whatever reason.
|
|
|
|
|
|
tried to redelete a key in the cache that had already been deleted.
Symptom: line 64 in put:del data[oldkey]:KeyError: '/some/path'.
Now we just ignore the key error if we can't delete the key.
- add zip_safe = false to setup.cfg.
|
|
installed in the interpreter which you use to run tests. Using an
interpreter with ``nose`` installed, do ``python setup.py
nosetests`` within a checkout of the ``repoze.bfg`` package to see
test coverage output.
|
|
Use lemonade index.
|
|
|