Tests of command lines
Hello,
I'd like to add some tests of command lines for pyflow. However, depending on the pyflow development environment in which those tests are run, which versions of Python I assume are installed and which are not? I'm worried that such differences in development environments will annoy developers if they get more test failures than necessary due to environment differences. Do you have any idea on what kind of development environment I should assume?
If we don't care about test failures on the developer's development environment and only care about ones in CI, I'm going to assume an environment with Python 3.8 and 3.9 installed.
Many thanks
I like your idea, and agree with that approach. Let's assume 3.9, and be forward thinking