chickadee » srfi-64 » test-result-kind

test-result-kind #!optional runnerprocedure

Return one of the above result codes from the most recent tests. Returns #f if no tests have been run yet. If we've started on a new test, but don't have a result yet, then the result kind is 'xfail is the test is expected to fail, 'skip is the test is supposed to be skipped, or #f otherwise.