Skip to content

myadventuresincoding/PythonMockExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonMockExample

Examples of mocking scenarios using the library Mock

Prerequisites

You will need to install the library Mock. You can use the provided requirements.txt file.

Install the Mock package with the following command:

  • pip install -r requirements.txt

Alternatively you can install Mock using the command:

  • pip install -U mock

Run The Tests

You can run the tests with the following command:

  • python -m unittest tests.SomeOtherClassTest

About

Examples of mocking scenarios using the library Mock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages