-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation of tests to be written
- Loading branch information
Mike Lynch
authored and
Mike Lynch
committed
Feb 5, 2020
1 parent
5a91509
commit 09d2daa
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
TESTS | ||
===== | ||
|
||
|
||
Outline of test cases | ||
|
||
- basics - create a repository, add random stuff to it and make sure it can be retrieved | ||
|
||
- versions - check that multiple versions can be retrieved, and that config turns it off | ||
|
||
- autoindex - check that autoindexing works and that config turns it off | ||
|
||
- multiple copy bug - check that it works when more than one path maps to the same hash | ||
|
||
- pending v file not found |