Skip to content

Commit

Permalink
clean and test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Cuko committed Jan 24, 2024
1 parent a1f81c3 commit 6910bf2
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 202 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ tokio = { version = "1", features = ["full"], optional = true }

# bigquery dependencies
gcp-bigquery-client = { version = "0.18", optional = true }
#tokio-test = { version = "0.4", optional = true }
#rand = { version = "0.8", optional = true }
wiremock = { version = "0.5.19", optional = true }
tempfile = { version = "3.6.0", optional = true }
fake = { version = "2.6.1", optional = true }

[features]
# Use SQLite for tests and examples
sqlite = ["dep:rusqlite"]
mssql = ["dep:sqlx", "dep:tokio"]
bigquery = ["dep:gcp-bigquery-client", "dep:wiremock", "dep:tempfile", "dep:fake"]
bigquery = ["dep:gcp-bigquery-client", "dep:wiremock", "dep:tempfile"]
# Tests
checked_injections = []
# Multiplicity features are tested on large datasets (may take too much memory)
Expand Down
Loading

0 comments on commit 6910bf2

Please sign in to comment.