wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

test-harness should allow skipping tests #8

Open wduquette opened 5 years ago

wduquette commented 5 years ago

Standard TCL's tcltest(n) package allows tests to be skipped for a variety of reasons, e.g., excluded features, platform dependencies, or just simply as a temporary exclusion. The test harness should provide the same feature.