Skip to content

Commit

Permalink
Merge pull request #1155 from jbesraa/2024-09-04-int-test
Browse files Browse the repository at this point in the history
Add integration tests project
  • Loading branch information
plebhash authored Sep 15, 2024
2 parents 8da5e5f + 633684a commit e55cf5a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/Cargo.lock

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

1 change: 1 addition & 0 deletions roles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ members = [
"translator",
"jd-client",
"jd-server",
"tests-integration",
]

[profile.dev]
Expand Down
9 changes: 9 additions & 0 deletions roles/tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "integration-test"
version = "0.1.0"
edition = "2021"

[dependencies]

[lib]
path = "tests/common/mod.rs"
1 change: 1 addition & 0 deletions roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit e55cf5a

Please sign in to comment.