-
Possible interfaces:
- [x] GenAITextClient
- generateText => (text, metadata)
- [x] GenAIImageClient
- generateImage => (img, metadata)
- [ ] MetricsClient
- putMetric => (success/fai…
-
### Detailed Description
The agent takes turns that are too wide, sometimes leading it onto walkways or pedestrian areas.
### Definition of Done
Agent performs controlled, accurate turns without wa…
-
Hi!
Thanks for the Rx + Kotlin + Room example @florina-muntenescu !
I was looking at the UserViewModel + Activity and found myself wondering how the testability could go further, specifically if we …
-
### Description
Hi
I tried to make some improvements of the code by making a generator and providing a example how it can looks
but...
I have a problem with that tests because:
- almost all the…
-
It's a bit difficult to test it. We would like to improve the testability for the maintenance reason.
mayah updated
12 years ago
-
### Feature Description
The Acting architecture needs a redesign/design because:
- Control was [separated](https://github.com/una-auxme/paf/issues/488) out from acting
- A [interface](https:/…
-
Hi,
we really appreciate your lib and want to use it, but we are currently facing some hard times testing our code using your lib.
The lib provides no interfaces, which means that we cannot mock y…
-
Автоматические тесты - необходимое условие устойчивого и стабильного развития долгосрочных проектов. В рамках доклада обсудим базовые практики написания тестов для Swift-проектов, а также посмотрим на…
-
At a minimum, there should be a `re_log::setup_test_logging()` function to be used by tests, such that any warning or error panics (these should be considered test failures).
Ideally, there should…
-
Since all of the assertions right now will cause compilation failure, it's hard to write unit tests that check them.
For instance, if I'm writing a library and I want check that my preconditions ar…