/Unittest-Mocking

A school assignment to implement a python script to mock unittests

Primary LanguagePythonMIT LicenseMIT

Mocking unittest in python

This script was written in the course Software Testing. The task was to perform unittests with mocking capabilities.

I must warn that this script is not the best example of following standard naming conventions but I will blame it on being a student and not knowing better :-)

Run the script

This script will need to get several components installed, see the file main.py and test.py for extensions to install.

$ python test.py

Remember

  • This was a school assignment during my time studying IT-Security and Software testing - this is not guaranteed to work 100%.
  • Do not copy and use this in your school assignments, instead learn from it and improve it.
  • This will not be maintained by me, this is uploaded for safekeeping online.

License

MIT

Free Software, Hell Yeah!