• Brett Cannon's avatar
    Issue #10992: make tests pass when run under coverage. · 7a54073a
    Brett Cannon yazdı
    Various tests fail when run under coverage. A primary culprit is refcount tests
    which fail as the counts are thrown off by the coverage code. A new decorator
    -- test.support.refcount_test -- is used to decorate tests which test refcounts
    and to skip them when running under coverage. Other tests simply fail because
    of changes in the system (e.g., __local__ suddenly appearing).
    
    Thanks to Kristian Vlaardingerbroek for helping to diagnose the test failures.
    7a54073a
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...