coverage.py
Coverage.py Python Module - Import Errors when Running Script
I\'m having trouble getting the "coverage" module for Python working correctly. I have no permissions to modify or add to Python directory, so am unable to install easy_install to setup cove[详细]
2023-03-27 22:49 分类:问答Finding unused Django code to remove
I\'ve started working on a project with loads of unused legacy code in it.I was wondering if it might be possible to use a tool like coverage in combination with a crawler (like the django-test-utils[详细]
2023-03-27 17:06 分类:问答Error in eclipse, when import coverage?
in mac terminal $ coverage help Coverage.py, version 3.5 Measure, collect, and report on code coverage in Python programs.[详细]
2023-03-18 20:04 分类:问答Why weren't certain Python files examined by coverage.py?
I\'m using coverage.py to measure test coverage in a Python project, but some Python files are no开发者_JAVA百科t showing up in the coverage report. One thing that is different about these files is th[详细]
2023-03-04 16:48 分类:问答Can coverage.py be used to measure code coverage of specific file in a python Google App Engine app?
I am currently working through the process of trying to measure code coverage for python files in a Python Google App Engine app. I\'d like to run the dev server locally and then run my gaeunit tests[详细]
2023-02-28 18:00 分类:问答Error compiling coverage.py on MacOSX
I tried to install coverage 3.4 on my MacBook running on current Mac OS X 10.6.7. This is what I got as an error:[详细]
2023-02-28 16:39 分类:问答How can I exclude South migrations from coverage reports using coverage.py
I use coverage.pyto check the test coverage of my django application. However since I use South for my database migrations, all those files show up with 0% and mess up the overall percentage.[详细]
2023-01-31 10:35 分类:问答MS Access: Permission problems with views
\"I\'ll use an Access ADP\" I said, \"it\'s only a tiny project and I\'ve got better things to do\", I said, \"I can build an interface really quickly in Access\" I said.[详细]
2022-12-26 13:28 分类:问答How to omit using python coverage lib?
I would like to omit some module that are in some particular directory : eggs and bin coverage -r -i --omit=/usr/lib/,/usr/share/,eggs,bin[详细]
2022-12-12 13:09 分类:问答