From 67cb27312e6cfca6fa7a7977464a03bc3729ad42 Mon Sep 17 00:00:00 2001 From: Pacman Date: Tue, 13 Feb 2024 18:03:18 +0100 Subject: [PATCH] docs: add comment about cw-dex-test-helpers features --- cw-dex/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cw-dex/Cargo.toml b/cw-dex/Cargo.toml index ab29b55..c5fc9fd 100644 --- a/cw-dex/Cargo.toml +++ b/cw-dex/Cargo.toml @@ -40,6 +40,8 @@ cw2 = { workspace = true, optional = true } cw-it = { workspace = true, features = ["multi-test"] } test-case = { workspace = true } cw-dex-test-contract = { workspace = true } +# These features are needed here to run the tests. They cannot be put in the features section +# because cw-dex-test-helpers is not a dependency, so then it can not be published. cw-dex-test-helpers = { workspace = true, features = ["astroport", "osmosis", "osmosis-test-tube"] } proptest = { workspace = true } cw20-base = { workspace = true }