You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of tinymock is in tinymock/impl.py. To test it:
cd tinymock ; python impl.py
The documentation is in tinymock/__init__.py. To build it, install sphinx, and:
cd doc ; make html