Brian Okken
Brian Okken
``` ❯ uv venv -p 3.13 × No interpreter found for Python 3.13 in managed installations or system path ❯ uv --version uv 0.3.4 (39f3cd2a9 2024-08-26) ``` Also, 3.13 doesn't...
Fixes issue #20 I also added - Python 3.12 to the trove classifiers - extended .gitignore a bit - bumped the version Obviously, feel free to reject the version bump...
When running pytest with RsInstrument installed, pytest is issuing a warning about a syntax error: ``` venv\Lib\site-packages\RsInstrument\RsInstrument.py:28 C:\Users\okken\projects\mrt.cd\acceptance_tests\tests\venv\Lib\site-packages\RsInstrument\RsInstrument.py:28: SyntaxWarning: invalid escape sequence '\*' """Initializes new RsInstrument session. \n ``` I...
Looks like requires.io is dead, and project isn't using Travis anymore. So may as well remove badges Resolves #91
#### What's the problem this feature will solve? The `-r` flag controls both summary report and output capture reporting. Really, it'd be nice to have those separate. For large tests...