Skip to content

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages