diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 15:49:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 15:49:07 +0000 |
commit | ace23257731c9a35c48bb56ff59c24cfccdc7029 (patch) | |
tree | fe5c642f8cc4937d11df63acc84aaeac72f92e8c /core/TESTS | |
parent | 6d2484376a5816387fedfb03eb83c42bcb81d6a1 (diff) | |
download | troggle-ace23257731c9a35c48bb56ff59c24cfccdc7029.tar.gz troggle-ace23257731c9a35c48bb56ff59c24cfccdc7029.tar.bz2 troggle-ace23257731c9a35c48bb56ff59c24cfccdc7029.zip |
Add commit msg when on a devserver
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/tests.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index 085890c..d13e1b0 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -19,9 +19,13 @@ https://docs.djangoproject.com/en/dev/topics/testing/tools/ """ -todo = """ADD TESTS when we are redirecting /expofiles/ to a remote file-delivering site +todo = """ - ADD TESTS when we are redirecting /expofiles/ to a remote file-delivering site - Add test for running cavern to produce a .3d file + +- Add tests for editing the TXT files + +- add "author" tests for the git add and commit stuff for uploaded files, inc on DEVSERVER or not """ import re |