.. pyutgen documentation master file, created by sphinx-quickstart on Mon Nov 8 23:59:26 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Python UT Generator =================================== This tools generate automatically Python pytest Unit test code. This project uses ast module to generate. Easy to make coverage test. And Easy to customize test code. Feature -------- * Generate unit test python file in tests package. * Generate pytest test function from each function. * Generate mock patch syntax code. * Generate argument syntax code to call. * If function has return value, create assert return. The User Guide -------------- .. toctree:: :maxdepth: 2 :caption: Contents: install use mock_open Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`