Implemented category and priority setters in libpit. Started writing unit tests.

This commit is contained in:
Jonathan Bernard
2010-02-16 09:15:33 -06:00
parent c103591941
commit cfed10c3ed
12 changed files with 104 additions and 5 deletions

2
issues/libpit/0012t1.rst Normal file
View File

@ -0,0 +1,2 @@
Add unit tests for changing an issue's category.
================================================

2
issues/libpit/0013t1.rst Normal file
View File

@ -0,0 +1,2 @@
Add unit tests for changing an issue's priority.
================================================

3
issues/libpit/0014t1.rst Normal file
View File

@ -0,0 +1,3 @@
Add unit tests covering Issue construction.
===========================================

2
issues/libpit/0015t1.rst Normal file
View File

@ -0,0 +1,2 @@
Add unit tests covering Project construction.
=============================================