Michael Grazebrook
Michael Grazebrook
Could you support: ```rule = {expression}{7} ;``` or ```rule = {expression}{2,5} ;``` Example from the re syntax: https://docs.python.org/3/library/re.html#regular-expression-syntax, search for "Repetition qualifiers" I'm sometimes parsing log files, textified pdf, scanned...
## Expected Behavior The project ID is valid. I'm a newb so I don't know what 'clasp logs' _should_ do. ## Actual Behavior ``` $ clasp logs The projectId "1Tr-yHs6iHlYxwypCeDb4Hzj9J-truncated...
Given pytest-bdd is installed, if you type: ~~~ >>> import types >>> types.__file__ '.....\\my_venv\\Lib\\site-packages\\pytest_bdd\\types.py' ~~~ But without pytest-bdd: ~~~ >>> import types >>> types.__file__ 'C:\\Program Files\\Python36\\lib\\types.py' ~~~ So types, which...
[Python Packaging Projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/) says: "tests/ is a placeholder for test files. Leave it empty for now." And indeed this is something I forget and have to look up every time...