Philipp Hossner
Philipp Hossner
What about the former contrib app django-databrowse? It was removed from 1.5 but still seems to be under active development (more or less at least): https://github.com/Alir3z4/django-databrowse For example a link...
+1 for the variable link. My django setup does not start at the site's root, so that form points to the wrong url. That becomes quite annoying over time.
Hi, thanks for reporting. I could not reproduce this problem on Linux. I need to set up a Windows environment for that. While I do that could you tell me...
@greykes Can you give me more information? OS, Python version MutPy version.
Sorry about the confusion. The branch was a bit behind the current master. I merged the current master into the externalize-test-runner branch. Please try again with the updated branch and...
About the output: The example you show me is the known issue I mentioned in my previous post. I will open a ticket dedicated to that issue. Printing a diff...
Thanks I will take a look at it :+1: I also just fixed the problem that all tests survived and updated the branch. Can you verify that the results are...
IHD looks for overriding class member assignments. In your case it is: ``` __str__ = __repr__ ``` This is now replaced with ```pass``` being equivalent to never overriding this class...
I already looked a bit into this: As Konrad mentioned, the code running the tests lives inside the `MutationController`. I also agree, that it needs to be extracted to a...
@boxed Please refrain from using our issues as advertising platform. You would not want us to pollute your issues either, would you? @sobolevn I currently have more free time and...