-
PWM is done via [`pwmio.PWMOut` class](https://docs.circuitpython.org/en/latest/shared-bindings/pwmio/index.html#pwmio.PWMOut).
The [`pulseio` module](https://docs.circuitpython.org/en/latest/share…
-
I see you are still supporting python 2, nevertheless could you please consider to use unittest.mock as a fallback at least?
-
Task from https://github.com/graphops/indexer-service-rs/issues/7
API tests for
- constant routes
- [ ] `health`
- [ ] `version`
- [ ] `operator/info`
- nested passthroughs
- [x] gra…
-
my project with rust and c. i want use rust to rest c function.
when i to make mock c function in rust, get multiple definition error!
```rust
#[automock]
pub mod ffi {
extern "…
-
Current mockery configuration is broken. we need to find way to generate mocks for external packages to generate them as out package, while internal interfaces are generated as in package
```
fail…
-
I presented the framework to my team and it raised some questions:
Can you mock static functions with this framework? For example would it be possible to mock and test a static function that is bot…
-
Having the redux store allows us to more easily mock all of the data, and therefore create tests more efficiently and reliably. I am still investigating what the most efficient way to do this is, so a…
-
```rust
#[mockall::automock]
pub trait MyTrait {
#[expect(
clippy::needless_lifetimes,
single_use_lifetimes,
reason = "required for mocking"
)]
fn get Strin…
-
## Requirements
- Create North Star mocks for "Ineligible" page.
- Updated [figma mocks](https://www.figma.com/design/RmhVJCLgAKWGENJLWWAtNS/CiviForm%3A-Components%2C-Styles?node-id=2543-7139&t=9HOc…
-
## Acceptance criteria
- [ ] Line height meets [WCAG 2.2 SC 1.4.12 Text Spacing (AA)](https://www.w3.org/WAI/WCAG22/Understanding/text-spacing.html)
- [ ] Each font size in type scale has a line heig…