You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/env tclshpackage require tcltest
namespace import ::tcltest::*
# Uncommenting the next line will display the duration of each test #configure -verbose {error body usec}source testHelpers.tcl
Without that configure command, the sieve exercise testing looks like
Something like
Without that configure command, the sieve exercise testing looks like
With it:
The text was updated successfully, but these errors were encountered: