Skip to content

Simplest possible nose plugin to disable network access during tests.

License

Notifications You must be signed in to change notification settings

ross/nose-no-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplest possible nose plugin to disable network access during tests.

Installation

pip install nose-no-network

Usage

nosetests --with-no-network ...

How it works

nose-no-tests works by monkey patching socket.socket to throw an exception.

License

nose-no-network is licensed under the MIT license.

Authors

About

Simplest possible nose plugin to disable network access during tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages