Skip to content

Commit

Permalink
Placed on wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatos2012 committed Apr 14, 2024
1 parent cbca542 commit 531b4e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Tests run with all supported Python versions with the latest stable Rust compile

If you are adding a new feature, you should add it to the `full` feature in our *Cargo.toml** so that it is tested in CI.

You can run these tests yourself with
`nox`. Use `nox -l` to list the full set of subcommands you can run.

#### Linting Python code
`nox -s ruff`

Expand All @@ -113,10 +116,6 @@ If you are adding a new feature, you should add it to the `full` feature in our
#### Tests
`cargo test --features full`


You can run these tests yourself with
`nox`. Use `nox -l` to list the full set of subcommands you can run.

#### UI Tests

PyO3 uses [`trybuild`][trybuild] to develop UI tests to capture error messages from the Rust compiler for some of the macro functionality.
Expand Down

0 comments on commit 531b4e0

Please sign in to comment.