-
Python models (or "data transfer objects," "DTOs,") and route definitions should match those in https://github.com/unitaryfund/metriq-api, and it should be possible to run each request and receive the…
-
```
I use a Guid as identifier for my domain objects. Setup behaves in a wierd way
when i use certian Guid's. I would think that this test should work, but it
doesn't.
[TestFixture]
public…
-
-
Test coverage is currently awful - many more need to be made to prevent basic problems like #61
-
Since Twirl is (for quite a while now) available as a standalone library, it would be nice if the plugin would support standalone usage, without requiring play libraries to be present on the classpath…
-
I used pinject to create object graphs in my automated testing. This works really well, except that the time required for new_object_graph() is rapidly adding up. The problem is that pinject is spendi…
-
```
What new or enhanced feature are you proposing?
Rewrite the server-side/client-side logging component into an actual
library. Add unit tests (issue 73, issue 74).
What goal would this enhancement…
-
### Describe the bug
Sphinx raises an error when an imported type is joined with another type via the pipe operator in a type hint even though it is valid syntax for PEP 604.
### How to Reproduce
`…
-
## Continuous Integration / Continuous Deployment (CI/CD)
Provide unit tests and integration tests using [pytest](https://docs.pytest.org/en/stable/) and a mock library (could be built-in [unittest…
-
Tests
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ **eblocker-icapserver** ---
[INFO] Surefire report directory: /home/a/build/eblocker/eblocker/eblocker-icapserver/target/surefire-…