caktus / rapidsms-healthcare

A Django/RapidSMS application for managing patient and healthcare provider records in a pluggable fashion.
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Dummy Backend Testing Documentation #16

Open mlavin opened 11 years ago

mlavin commented 11 years ago

The dummy backend needs a clear way to flush the set of patients, providers, etc when used in the test suite. Unlike the ORM these are added in a transaction and rolled back automatically,