You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-18
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,3 @@ Our `CHANGELOG.md` files are auto generated using [Release Please](https://githu
31
31
32
32
To control how your work will be described in the changelog, use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when writing the title of your pull request.
33
33
If you think one line is not enough, mention it in your pull request so that maintainers can update the description of the merge commit.
34
-
35
-
### Testing Locally
36
-
37
-
We have platform-specific tests that do not run when doing `cargo test` from the project root directory.
38
-
39
-
1. Run cross-platform tests:
40
-
```shell
41
-
cargo test
42
-
```
43
-
2. Run platform-specific tests by issuing the appropriate command for your platform:
44
-
```shell
45
-
cargo test -p accesskit_macos
46
-
cargo test -p accesskit_unix
47
-
cargo test -p accesskit_windows
48
-
```
49
-
50
-
> [!WARNING]
51
-
> **Windows**: Some end-to-end tests may fail if the created window loses focus. This can happen when using the terminal built into your IDE. Try running them from Powershell or the Command Prompt instead.
0 commit comments