Alessio Bogon
Alessio Bogon
Hello, I need the latest fix about the `multchoicebox`, could you please bump the version and upload it on PyPI so that I can use it? Thank you for your...
I will need this for the tatsu-parser branch.
We should use doctest (via pytest) to check that examples ~in README.rst~ docstrings in general are always working.
Following the suggestion from issue #296, I will try to re-implement pytest-bdd to use [marks](https://docs.pytest.org/en/latest/mark.html) and [hooks](https://docs.pytest.org/en/latest/writing_plugins.html#writinghooks). I imagine an API that will look like this: ```python # test_some_scenario.py pytestmark...
The current template generates a test item for each scenario. We should just use the `scenarios` shortcut instead.
The current parser deserves a rewrite, so that we can easily expand it and test it. TODOs: - [ ] Get test suite to succeed - [ ] Convert tests...
The test is currently marked as xfailed because we never asserted that functionality, but it should pass instead. Basically: ``` class FooFactory: baz = factory.RelatedFactory(BazFactory, "foo") ``` does not set...
Hi, the F5 (microphone) and F6 (focus mode on/off) on the Macbook pro 14" are not working correctly when karabiner is open. They behave as the keyboard backlight down and...
I find it a little bit inconsistent the fact that the RedisBackend can raise errors while trying to get a value from the cache. In comparison, the MemcachedBackend doesn't raise...
https://mouseless.app/ seems to be down: Not a bug per se, but I thought you may want to know that.