Casper Weiss Bang
Casper Weiss Bang
refs #7319 ## sumary It was annoying to me that DRF doesn't fill the `summary` field on OpenAPI. So I created a quick and dirty solution, in the hopes of...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
Hey again. I'm back with weird edge-cases that breaks your otherwise lovely framework! Sorry about that, hahha. ## I'm submitting a... [ ] Regression (a behavior that used to work...
## I am submitting a bug. Node padding doesn't seem to be respected. i was looking through the sourcecode trying to find the cause of https://github.com/reaviz/reaflow/issues/68 I found this line...
Awesome package. Love it. We currently employ units tests to verify that guard clauses are used in all public methods, which is done by extending the [AutoFixture idiom](https://github.com/AutoFixture/AutoFixture/blob/master/Src/Idioms/GuardClauseAssertion.cs) helper and...
Currently it is only possible to use django money with DRF if the money value is actually from a concrete model - meaning it is impossible to return a money...
More mutations for each linq expression. I.e: First is not just mutated to FirstOrDefault, but also Last and Single. Currently, you guys have a one-to-one mapping of possible mutations given...
### Summary I fixed issue #205 (partially). It now adds additional lines for each subtest, and says exactly what fails. It uses ducktyping to check if subtests are installed, so...
When using [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) and pytest-sugar, the actual subtest name is not reported in the results. ## example: ``` import unittest class T(unittest.TestCase): def test_foo(self): for i in range(5): with self.subTest("custom...