Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nose

How to exclude a file from coverage.py?

Automatically detect test coupling

How can I mock sqlite3.Cursor

Python test fixture to run a single test?

Repeated single or multiple tests with Nose

python nose

Mock python function with multiple return values

python mocking nose

Is there a way to get python's nose module to work the same in __main__ and on the command line?

python nose nosetests

Testing IPython Notebooks

Python Nose: Log tests results to a file with Multiprocess Plugin

Detecting when code is run on Travis CI

Passing options to nose in a Python test script

python nose

Python import fails on travisCI but not locally

python travis-ci nose

Run specific Django tests (with django-nose?)

Conditional skip TestCase decorator in nosetests

python testing nose

nose, unittest.TestCase and metaclass: auto-generated test_* methods not discovered

How to use cProfile with nosetest --with-profile?

python nose cprofile

Getting nose to ignore a function with 'test' in the name

python unit-testing nose

Nose doesn't find Django tests

django nose django-nose

How do I tell django-nose where my tests are?