Sébastien Corbin
Sébastien Corbin
For parallel testing and overriding, have you considered using another backend that would prevent this from happening (try in-memory for example)? It would also help to know which one you...
Agreed, it would be awesome to extract the time spend on `setUpTestData` and report it too. That way it would indicate the need to transform generated data to a fixture...
I have modified the `TimingSuite` to record it ```python def run(self, result, debug=False): topLevel = False if getattr(result, '_testRunEntered', False) is False: result._testRunEntered = topLevel = True for test in...
Same issue here
Hello there, I'd really like to see this implemented in `django-bootstrap4` and I'm glad someone has something functional. Here's a list: - [ ] Checkboxes - [ ] Radios -...
It seems there is the same issue for `SerializerForm`, which cannot handle model serializers as well, see https://github.com/dealertrack/django-rest-framework-braces/issues/20
For the record, it seems `SerializerForm` only works with basic forms (and basic serializers ?), so if you want to work with model forms, you'll need to create another base...
Hello there, just moved from Feedly to FreshRSS after balancing out between TinyTinyRSS and FreshRSS. My motivation was that FreshRSS looks very nice and is mobile friendly. Anyway: good work!...
I would like to know if there is a hook or a way to execute something when a vue component is unmounted too...
Added test and could not reproduce