namespace Consumer open NUnit.Framework [] module TestExplicitIndividual = [] [] let ``This test should not be run`` () = failwith "should not call" [] [] module TestExplicitModule = [] let setUp () = failwith "should not call: setup" [] let tearDown () = failwith "should not call: teardown" [] let ``This test should not be run because its module is explicit`` () = failwith "should not call: test"