TireSwingSoftware / openassign-server

OpenAssign server intended for use by a separate client via RPC
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Separate common test facilities from pr_tests.py #71

Closed jc0n closed 12 years ago

jc0n commented 12 years ago

Given the enhancements for the role testing for #39, started in #40, I want to split up pr_tests.py. The rational for this is to reduce the size of pr_tests.py which is >4500 lines in my local branch for #39. This will also allow the design patterns in the new test classes to be documented more easily when stored in individual files. The separate module should provide common test facilities and allow separating the unit tests from some of the boilerplate operations.