# Functions
AssertNoRepoExists asserts that the repository does not exist.
AssertRepoExists asserts that the repository exists.
DirExists checks if path exists and is a directory.
NewData create a new set of fake data.
NewDefault returns a new fake client.
# Constants
DefaultFileWritePermissions default permissions when creating a file.
RoleAdmin specifies the user is an org admin, or lists only admins.
RoleAll lists both members and admins.
RoleMaintainer specifies the user is a team maintainer, or lists only maintainers.
RoleMember specifies the user is a regular user, or only lists regular users.
StateActive specifies the user's membership is active.
StatePending specifies the user has an invitation to the org/team.
# Variables
NormLogin normalizes login strings.
# Structs
Data is used to store/represent test data for the fake client.
DeletedRef represents a ref that has been deleted.