Skip to main content

This is a simple Nose plugin that forces nosetests to print the full test name in verbose mode, rather than just the docstring.

For example, given the test file example.py:

class MyTestCase(TestCase):

    def test_without_docstring(self):
        pass

    def test_with_docstring(self):
        """This is my docstring"""
        pass

This plugin changes the output of nosetests -v example.py from:

This is my docstring ... ok
test_without_docstring (mymodule.MyTestCase) ... ok

To:

test_with_docstring (mymodule.MyTestCase) ... ok
test_without_docstring (mymodule.MyTestCase) ... ok

Install with pip install nose-description-fixer-plugin.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nose-descriptionfixer-0.0.4.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file nose-descriptionfixer-0.0.4.tar.gz.

File metadata

File hashes

Hashes for nose-descriptionfixer-0.0.4.tar.gz
Algorithm Hash digest
SHA256 4c74bd38f6fcf158b0681ea4ccb6b4f64c09867d039d5ef9a8c1856395dbac7c
MD5 54e1c9e65a7dcc3849f67db8118b094b
BLAKE2b-256 6413203c9d0b3eff60ae42d0e3a65a9e2b08af7266c6557108d93b8b18f90f5c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.4 This release

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page