# README
KBFS Test
This directory houses the test harness required to execute the KBFS test language as well as the individual tests.
Libkbfs tests: go test
Fuse tests (linux, os x): go test -tags fuse
Dokan tests (windows): go test -tags dokan
# Packages
No description provided by the author
# Constants
CtxIDKey is the type of the tag for unique operation IDs.
CtxOpID is the display name for the unique operation test ID tag.
CtxOpUser is the display name for the user tag.
CtxUserKey is the type of the user tag.
# Type aliases
CtxTagKey is the type used for unique context tags.