Jonas Trappenberg

Results 6 issues of Jonas Trappenberg

Whenever I start PyCharm's debugger, I'm getting an error logged on this line: https://github.com/fabioz/PyDev.Debugger/blob/81197dcd8ae59c29ddf12cd20a084dc3b4dcf750/_pydevd_bundle/pydevd_utils.py#L135 ``` Traceback (most recent call last): File "/Users/me/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-1/192.4205.50/PyCharm 2019.2 EAP.app/Contents/helpers/pydev/_pydevd_bundle/pydevd_signature.py", line 97, in create_signature _,...

Since Django 1.7, using the `FastFixtureTestCase` without specifying a list of fixtures to use raises this exception: ``` Traceback (most recent call last): File "nose/suite.py", line 209, in run self.setUp()...

bug

Why does this package require werkzeug to be included? I can't seem to find any usage of it in the code.

I'm using a django `LiveServerTestCase` that runs a server in a second thread. Because the tests and the server run in two different threads now, I can't use gutter switches...