many things have occured
This commit is contained in:
parent
02b6b7d592
commit
db70df22a2
23 changed files with 281 additions and 167 deletions
5
realms/modules/wiki/tests.py
Normal file
5
realms/modules/wiki/tests.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import realms
|
||||
|
||||
c = realms.app.test_client()
|
||||
print c.get('/wiki/_create')
|
||||
print c.get('/wiki/_create/blah')
|
Loading…
Add table
Add a link
Reference in a new issue