Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

xiaket/nose-pyannotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

nose-pyannotate

This is a simple plugin for nose that glue the internal hooks provided by nose with pyannotate so we can generate the type_info.json file by running nosetests.

Installation and usage

The installation is plain, just use pip to install it.

pip install nose-pyannotate

After the installation, the plugin will auto-register itself with nose. So if you run:

nosetests -p --verbosity=2

You'll be able to find this plugin among many others:

Plugin nose-pyannotate
score: 100
Write `type_info.json` file using pyannotate, for pyannotate.

Finally, run nose with the following flag to enable this plugin:

nosetests --with-nose-pyannotate

About

pyannotate plugin for nosetest.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages