Skip to content

Commit

Permalink
added tests for pyo3-mixed-with-path-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Feb 27, 2024
1 parent 0e18720 commit 4a68f77
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ fn develop_pyo3_mixed_submodule() {
));
}

#[test]
fn develop_pyo3_mixed_with_path_dep() {
handle_result(develop::test_develop(
"test-crates/pyo3-mixed-with-path-dep",
None,
"develop-pyo3-mixed-with-path-dep",
false,
));
}

#[test]
fn develop_pyo3_mixed_implicit() {
handle_result(develop::test_develop(
Expand Down Expand Up @@ -239,6 +249,17 @@ fn integration_pyo3_mixed_submodule() {
));
}

#[test]
fn integration_pyo3_mixed_with_path_dep() {
handle_result(integration::test_integration(
"test-crates/pyo3-mixed-with-path-dep",
None,
"integration-pyo3-mixed-with-path-dep",
false,
None,
));
}

#[test]
fn integration_pyo3_mixed_implicit() {
handle_result(integration::test_integration(
Expand Down

0 comments on commit 4a68f77

Please sign in to comment.