Ticket #4 (new task)
Split functional and unit tests
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | major | Milestone: | Add New Features |
| Component: | Documentation | Version: | 0.0.3 |
| Keywords: | unit tests functional mock memcached | Cc: |
Description
Currently the unit tests run against an actual memcached server. This is great for functional testing, but it also means that memcached's strange bugs cause the tests to fail. The functional tests need to be split out into a separate test suite, and the functionality that was supposed to be tested should be mocked for true unit tests.
Change History
Note: See
TracTickets for help on using
tickets.

Splitting the current milestone so I can release. This gets pushed into the next one.