Jaymon / testdata

Python module to make testing easier, it can generate random data like names and text, run commands, fetch urls, create files and directories, and more
MIT License
10 stars 0 forks source link

Script to print documentation #91

Open Jaymon opened 1 year ago

Jaymon commented 1 year ago

This should be as easy as just importing testdata.base.TestData and iterating through TestData.data_classes and getting all the methods and getting the docblocks and signatures for each method of each data class and printing them out.

The main README.md is way out of date and doesn't have nearly all the available methods anymore.