You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when running yardman on a python project that constantly is updating the pycache folder it would be nice to be able to add and ignore of excluding patter
For example, when running yardman on a python project that constantly is updating the pycache folder it would be nice to be able to add and ignore of excluding patter
yardman tests --ignore tests/__pycache__ "clear && pytest -vv tests"
Then also include a convenience argument
yardman tests --ignore-python "clear && pytest -vv tests"
The text was updated successfully, but these errors were encountered: