Add unit tests for Commit parsing
[libgit2.git] / tests / NAMING
blobeba91472284330a048142950c1de90afbbbe2c0a
1 Test sources should be named:
3   t????-function.c
5 where ???? is a four digit code.  The first two digits classify
6 the test into a major category; the final two digits indicate the
7 sequence of the test within that category.  The function part of
8 the test name should give a rough indication of what it does.
10 Categories
11 ----------
13 00__: Core library routines based only on the standard library,
14       and that are essential for everything else to run.  E.g.
15       errno and malloc.
17 01__: Basic hashing functions, needed to handle the content
18       addressable store.
20 02__: Basic object read access.
22 03__: Basic object writing.
24 04__: Parsing and loading commit data