Ticket #4 (new task)

Opened 7 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by deveiant

  • Milestone changed from Performance Improvements to Add New Features

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

Note: See TracTickets for help on using tickets.