Michael Grazebrook
Michael Grazebrook
I just spent half an hour trying to find out what other syntaxes do and the only one I could find was 're'! To be fair, it's probably the only...
I'd like this! Every time I come back to Tatsu, I find myself instinctively using : instead of = for rules.
I'm sure you know the format of project IDs better than I. However the first thing that strikes me is the regex requires [a-z] as the starting character but my...
In this example, I used Python 3.8 for the first and Python 3.6 for the second. I've just repeated the second test using Python 3.8 so that's the same either...
Off - topic: I'm impressed by your fast response! Thanks. I wanted to use a 'background' to set up a known test state of the 'here are a few rows...
I agree - especially since most people will use them. But please also update the documentation - I had trouble confirming that the name 'patch' was what I wanted. It's...
I see value in combining them, though I feel I'm commenting from a different angle. Your ticket is about the layout of tests. Mine is about the config files to...
These suggestions aren't necessarily better than what you have but may give ideas. Maybe run pytest as ```bash python -m pytest ``` This ensures you pick up your environment. Personally...
Thanks for the advice. I guess part of the challenge is that there are so many ways to approach the configuration. poetry, ... as you say. Isn't Pipfile.lock' the best...