Recommendations for integrating argparse scripts in Python's unit tests via nose or pytest -
my recent project consists of api have written unit tests pytest
, nose
.
i have scripts in bundle make use of api , wondering if there way include them in unit tests.
there subprocess.call
way, think rather ugly. have recommendations how can integrate scripts?
Comments
Post a Comment