-
The POI class is not tested! Change this.
kamir updated
8 years ago
-
Rust makes this super easy using `cargo test`.
-
### Description
We're using `DllImport` / `UnmanagedCallersOnly` to build Wasm libraries for a custom host API.
I noticed that some of our functions crash when invoked as Wasm exports, and through f…
-
We need test functions for our project, especially since this is also a project requirement!!
Please create test functions for your code when adding stuff.
-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Status Checks
These …
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.138.3556-203-nightly
* **Rust toolchain version:** 1.50.0-nightly (a0d664bae 2020-11-22) x86_64-apple-darwin
* **IDE name and version:** Int…
-
Hi,
I have some tests in the same file. For each test the parametrize decorator calls a function.
for example:
```
def get_tests():
return [1 2 3]
@slash.parametrize('test_data', get_tests…
-
-
Currently, a function like `hasEdge` is tested with arguments from `take 2 edgesNotInGraph`. But this take the two _first_ edges not in the graphs, likely `(0,0)` and `(0,1)`. This is not a good thing…