Skip to content

test: picodata test --nocapture & PICODATA_TEST_* variables

Georgy Moshkin requested to merge test/env-and-nocapture into master
  1. Environment variables
PICODATA_TEST_FILTER=foo_bar cargo test --test inner
  1. Option to not capture output
picodata test --nocapture

Merge request reports