klein
klein copied to clipboard
werkzeug + twisted.web
Death to twisted loser slave devs. Death to those monkeys for naming their garbage programs with disgusting & racist & childish (I'm referring to that stupid 6-letter word which comes...
Gentoo bug: https://bugs.gentoo.org/865677 Full build log: https://865677.bugs.gentoo.org/attachment.cgi?id=800049 ``` ================================== FAILURES =================================== _______________________ KleinResourceTests.test_addSlash _______________________ self = def test_addSlash(self) -> None: app = self.app request = MockRequest(b"/foo") @app.route("/foo/") def foo(request: IRequest)...
The test suite reports ResourceWarning from two places in the test suite. This fixes those cases.
Update the location of the Twisted API docs, which should fix the linkchecker. See also https://github.com/twisted/treq/pull/351
Bumps [readme-renderer](https://github.com/pypa/readme_renderer) from 42.0 to 43.0. Release notes Sourced from readme-renderer's releases. 43.0 What's Changed allow picture through by @mistwire in pypa/readme_renderer#299 adds testing for 3.12, fixes #290 by @mistwire...
With Flask you can do this: ```python class TestApp: @pytest.fixture def client(self): flask_app = app with flask_app.app.test_client() as client: yield client ``` But Klein app does not have a test_client...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.4.3. Changelog Sourced from coverage's changelog. Version 7.4.3 — 2024-02-23 Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration."...
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.0 to 3.15.1. Commits df17dfa v3.15.1 08c9c9f Merge pull request #933 from asottile/dedupe-exception-classes-comments 86609e8 handle constant folding with comments on multilines better 85c6837 Merge pull request #927...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.42. Release notes Sourced from gitpython's releases. 3.1.42 What's Changed Fix release link in changelog by @PeterJCLaw in gitpython-developers/GitPython#1795 Remove test dependency on sumtypes library...