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
View File
@@ -0,0 +1,2 @@
Add unit tests for changing an issue's category.
================================================
+2
View File
@@ -0,0 +1,2 @@
Add unit tests for changing an issue's priority.
================================================
+3
View File
@@ -0,0 +1,3 @@
Add unit tests covering Issue construction.
===========================================
+2
View File
@@ -0,0 +1,2 @@
Add unit tests covering Project construction.
=============================================