crate
Here are 203 public repositories matching this topic...
A fellow tester! How exciting! Welcome!
Since #102, the imap crate gained the ability to run full IMAP integration tests against a "real" IMAP server (GreenMail) running in a Docker container. That server supports both SMTP (for sending mail) and IMAP (for receiving them), and is particularly well suited for testing as it automatically creates accounts as
-
Updated
Dec 10, 2020 - Rust
Right now there's no way of seeing a wallet's phrase or private key via the CLI. The private key is visible via the wallet file, but not the phrase--it uses an Entropy rather than saving the words.
It would be good to have a command, e.g.:
> feeless wallet secret --id
The output would vary depending on the wallet type:
> feeless wallet secret --id xxx # phrase, must match
In our test suite, we use the sleep method to wait for the task to be processed by MeiliSearch.
We should use wait_for_pending_update instead, which ensures the task is really completed before starting the next operation.
-
Updated
Nov 30, 2021 - Rust
Is your feature request related to a problem? Please describe.
This basically relates to the fact that the bridge as of now is not fully tested because we need to mock request calls to a bridge with our own bridge somehow in order to be able to test.
Describe the solution you'd like
This could be implemented in the form of a bridge tester struct that spins up its own thread and liste
-
Updated
Aug 27, 2021 - Rust
-
Updated
Nov 28, 2021 - Rust
Replace `unwrap()`
There are many places where .unwrap() is currently called.
These should be removed or replaces with the correct error handing or .expect(...) if it is very clear that it could not be triggered.
This is not needed for tests, unwrap is fine in those cases.
The effort should be mainly focused on the rrule/src/iter and rrule/src/parser folder.
-
Updated
Oct 6, 2021 - Rust
-
Updated
May 5, 2021 - Rust
-
Updated
Jul 24, 2021 - Rust
-
Updated
Nov 6, 2021 - Python
Is your feature request related to a problem? Please describe.
Attempting to read an image with a gAMA and cHRM chunks (which are in the PNG1.2 spec) results in UnknownChunkType error.
Describe the solution you'd like
I'd like to be able to losslessly stream a PNG from a Decoder to Encoder, to do so it woul
-
Updated
Mar 7, 2020 - Rust
-
Updated
Feb 14, 2021 - Rust
-
Updated
Sep 30, 2021
Improve this page
Add a description, image, and links to the crate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crate topic, visit your repo's landing page and select "manage topics."
cf. https://boats.gitlab.io/blog/post/2018-02-22-failure-1.0/