nose
unit testing gae with login setting in app.yaml
I\'m unit testing a google app engine app that uses the login setting in the app.yaml file.E.g., - url: /profile[详细]
2023-03-18 08:01 分类:问答Making Nose fail slow tests
开发者_如何学JAVAI want to my tests to fail if they take longer than a certain time to run (say 500ms) because it sucks when a load of slightly slow tests mount up and suddenly you have this big delay[详细]
2023-03-17 04:06 分类:问答How to find out the location of a doctest file when running nose?
I am using python nose to run a bunch of doctests in subdirectories. The calling script is nose.cmd: nosetests --with-doctest --doctest-extension=rst[详细]
2023-03-17 01:51 分类:问答Preventing nosetests from closing in Windows
I\'m running Windows 7 and am trying to r开发者_如何学运维un nosetests. It\'s been installed and I can run it successfully, except that when I do run it (by typing \'nosetests\' in the cmd window),[详细]
2023-03-12 19:34 分类:问答Run all Tests in Directory Using Nose
I need to be able to run all tests in the current directory by typing one line in the Linux shell. In some directories, this works fine. But in others, when I type \"nosetests\" no tests are run. The[详细]
2023-03-12 08:09 分类:问答Nosetest including unwanted parent directories
I\'m trying to limit nosetests to a specific directory, however during the test run it\'s including the parent directories of the dir I\'m targetting and in doing so throws errors.[详细]
2023-03-10 02:26 分类:问答Python nose tests (actually the error is from Mox) print out errors one character per line (with line numbers!)
I\'ve recently started using Nose for my unit tests. It\'s pretty good except that sometimes when an error occurs it prints out the error information in a really weird way. It splits it up into 1 char[详细]
2023-03-08 17:55 分类:问答How do I tell django-nose where my tests are?
I have my tests for a Django a开发者_StackOverflowpplication in a tests directory: my_project/apps/my_app/[详细]
2023-03-07 07:28 分类:问答How can i use nosetest to run an shell script or another python script
nose is a test runner which extends PyUnit.开发者_开发问答 Is it possible to write e.g $ nosetests --with-shell myTest.py -myargs test[详细]
2023-02-26 00:06 分类:问答How do I run tests in a product being developed in Plone 4?
I am developing a product for Plone 4, inside the zeocluster/src/... directory of an installation, and I have an automated test. Unfortunately, when I run \'bin/client1 shell\' and then (path to Plone[详细]
2023-02-22 22:08 分类:问答