From b4a1f0f003cdec2b6c8fd51d0ef9c3e64a2d8ccd Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Sat, 13 May 2023 09:18:37 -0700 Subject: [PATCH] document how to run dataframe tests as well (#9188) We currently were not documenting how to run the dataframe tests also... - Run all tests: ```shell cargo test --workspace ``` along with dataframe tests ```shell cargo test --workspace --features=dataframe ``` --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07e19466d..9905ef2c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,12 @@ The most comprehensive test suite we have is the `nu-test-support` crate. For te ```shell cargo test --workspace ``` + + along with dataframe tests + + ```shell + cargo test --workspace --features=dataframe + ``` or via the `toolkit.nu` command: ```shell use toolkit.nu test