projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Test suite runs and passes!
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_tag.py
1
from
floof
.
tests
import
*
2
3
class
TestTagController
(
TestController
):
4
5
def
test_nothing
(
self
):
6
# Tag controller only does things. Doesn't show things yet.
7
pass
8
#response = self.app.get(url(controller='tag', action='index'))
9
# Test response...