RobinU434 / PyArgWriter

PyArgWriter is a Python tool that automatically generates ArgumentParser setups for classes and methods, providing descriptive help messages based on docstrings.
Apache License 2.0
1 stars 0 forks source link

Implement testing pipeline #12

Closed RobinU434 closed 9 months ago

RobinU434 commented 9 months ago

Add a testing pipeline.

  1. build the pyargwriter for the classes in the examples folder
  2. execute every possible command a class is expressing.
RobinU434 commented 9 months ago

Implemented tests for:

and if the argparse code is executable

Still open:

list encased types end of session hooks for deleting the generated files