-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing: Use hypothesis setting load_profile to setup health check #779
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use rust-vobject
fixed typo
* rustup * rust-vobject upgrade
* Fixed spelling of "occurred" * Fix spelling of occurred. * fixed one lingering misspelling
* Implement collection discovery in rust * fix shell expand bug in filesystem storage * fix bugs in resourcetype parsing * stylefixes * add missing depth header * adjust parser debugging * fix another state bug in resourcetype parser * fix davical * upgrade shippai * recover from well-known URL error * add documentation
* fix memory leaks in rust, cache methods * pin down to older nightly * fix caches? * send help * fix clippy pls
* move caldav.create to rust * fix davical * move common dav config into own DavConfig struct * implement create for carddav in rust * regenerate headers, fix c&p error * stylefixes * implement get_meta/set_meta and self-delete for dav in rust * remove dead code * remove unused imports * fix fastmail * remove useless baseclass * refactor internal dav apis
Since Hypothesis 3.72.0, assigning settings attributes throws an error. See: HypothesisWorks/hypothesis#1572
`test_split_collection_multiple_wrappers` requires the `check_roundtrip` fixture, and pytest requires to pass it as a parameter.
10 tasks
spk
added a commit
to spk/vdirsyncer
that referenced
this pull request
May 16, 2019
Closed
10 tasks
WhyNotHugo
force-pushed
the
master
branch
2 times, most recently
from
June 8, 2020 15:20
47e2f6e
to
aafafaa
Compare
Closed via 105b21e |
WhyNotHugo
pushed a commit
that referenced
this pull request
Jun 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since Hypothesis 3.72.0, assigning settings attributes throws an error.
See: HypothesisWorks/hypothesis#1572