nosetests
How to factorise python test cases with nosetests
I have several functions on graph f(), g() and h() that implements different algorithms for the same problem. I would like to unit-test these functions using unittest framework.[详细]
2023-02-12 04:09 分类:问答How to output coverage XML with nosetests?
I\'m trying to output the coverage XML of my nosetes开发者_StackOverflow中文版ts so they show up on Hudson.The line I\'m executing is:[详细]
2023-02-05 16:34 分类:问答python-nose: assertion library?
Is there a li开发者_运维知识库brary which of nose-friendly assertions things like membership and identity (eg, assert_contains(x, y), assert_is(a, b))?Nose provides stand-alone versions of the stdlib[详细]
2023-02-04 06:06 分类:问答Is it possible to run GAE tests in Hudson?
I have a suite of App Engine tests that are called using nose. When I run them from a terminal, every test completes successfully and all reports, like coverage, are generated.[详细]
2023-01-30 09:50 分类:问答How do I suppress App Engine logging while running unit tests?
I\'m using gaetestbed in my GAE app, and it\'s working very well. However, the useful statements that nose prints when your test is incorrect is being washed away by App Engine\'s logging:[详细]
2023-01-29 08:52 分类:问答nosetests 'cannot import name mkdir'
im trying to use nose (NoseGAE) to test my GAE app but it fails with an import error. cant really understand why because what it fails to import is python builtin stuff.[详细]
2023-01-28 20:25 分类:问答Pylons: nosetests, specify location of development.ini?
I\'m running nosetests on a remote server. On my local server my test.ini and development.ini files are in the same directory. On my remote server, they are not.[详细]
2023-01-22 19:04 分类:问答Why an error in nosetests and not in Eclipse?
I\'m using a third-party library which needs urlfetch from google.appengine.api. It is imported into the executing tests using this line:[详细]
2023-01-20 12:39 分类:问答How do you run nosetest from pycharm?
How do you execute nosetest from pycharm to run all unit tests? I know that pycharm supports python\'s unittest and py.test and that开发者_开发技巧 they will properly support nosetests in pycharm 1.1[详细]
2023-01-19 18:57 分类:问答Django load test fixtures with django-nose
How do you load test fixtures us开发者_StackOverflowing the django-nose test runner?#settings.test.py[详细]
2023-01-17 15:47 分类:问答