todo items collated into todo document

This commit is contained in:
Philip Sargent
2021-04-21 20:41:01 +01:00
parent a92dc79bd7
commit 6929e47371
3 changed files with 18 additions and 7 deletions

View File

@@ -31,7 +31,13 @@ is to ensure that all the settings are imported correctly, and it sets up a very
No tests are run with the real expo database.
<p>The tests can be run at a more verbose level by setting the <var>-v 3</var> flag.
<p>As yet we have no test database set up, so the in-memory database is entirely empty.
<p>As yet we have no test database set up, so the in-memory database is entirely empty. However we have 'fixtures' in
<var>troggle/core/fixtures/ </var>
which are JSON files containing dummy data which is used in the more complex tests.
<p>If you want to write some tests and are having trouble finding something which is untested, have a look at the list of
url paths in the routing system in <var>troggle/urls.py</var>
and look for types of url which do not appear in the test suite checks.
<hr />
Go on to: <a href="trogarch.html">Troggle architecture</a><br />