justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

skipIf #534

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

when inPublicCI() is checked it should be done using:

    @unittest.skipIf(BaseClienttest.inPublicCI(), "Setting of cookies currently does not work in the middleware")