Add testing infrastructure #35
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
{posargs}
. e.g. https://github.com/ansible/pylibssh/blob/830218bf59c10e0a265638943878c3b13d46ca1d/tox.ini#L11-L43Pro tip: Start with just one test function having only
assert True
. This will allow you to check that you've configured all of the other bits correctly. Your goal is to see this test in the report and have it green.Start small, with one job. Then, extend it to be a matrix across different Python versions (as specified in
setup.cfg
) and OSs.The text was updated successfully, but these errors were encountered: