Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nose

Visual Studio code and virtualenv

How to conditionally skip a test in python

Is it possible to use Nose to run one test multiple times, concurrently?

python unit-testing nose

Handling Exceptions in Python Behave Testing framework

Why isn't this alternative to the deprecated Factory.set_creation_function working with nosetests?

nose.tools.eq_ vs assertEqual

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