Skip to content

Commit

Permalink
release: v0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Oct 17, 2023
1 parent 868cae0 commit f05778a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 28 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [
exclude = ["crates/bevy_webxr"]

[workspace.package]
version = "0.1.32"
version = "0.1.33"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/sweet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## `0.1.33` - 17/10/2023
- modularity & improved documentation

## `0.1.32` - 17/10/2023
## `0.1.32` - 13/10/2023
- attribute macros


Expand Down
11 changes: 1 addition & 10 deletions docs/src/sweet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,4 @@ Sweet has four main components:
- [`sweet!` defines a test suite](./macros.md)
- [`#[sweet_test]` defines a test](./native/index.md)
- [`expect()` returns a matcher](./matchers.md)
- [`visit()` returns an iframe (e2e)](./web/end-to-end.md)


## Dont `panic!`, give me a `Result<()>`

While sweet understands & supports panicking, it is not encouraged.

Enjoy the included results-based test functions and matchers for pretty error logging. This is especially handy for **web** and **game** tests where we may want to poll an assertion until it passes.

It also allows for use of the `func()?;` syntax at the test function level, like in the [webdriver example](native/webdriver.md#example).
- [`visit()` returns an iframe (e2e)](./web/end-to-end.md)

0 comments on commit f05778a

Please sign in to comment.