repo.or.cz
/
TownSquare.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Channel creation.
[TownSquare.git]
/
townsquare
/
tests
/
functional
/
test_channel.py
blob
b9ca5e2a64baf59d104eacebdeff09b30181fa30
1
from
townsquare
.
tests
import
*
2
3
class
TestChannelController
(
TestController
):
4
5
def
test_index
(
self
):
6
response
=
self
.
app
.
get
(
url
(
controller
=
'channel'
,
action
=
'index'
))
7
# Test response...