model cleanup
* add __repr__() to all current module objects (fixes #10) * pep8 fixes in all Python files (addresses #9) * create subdirectory for customer templates (addresses #2) git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@8 389c73d4-bf09-4d3d-a15e-f94a37d0667a
This commit is contained in:
parent
1228fcef3c
commit
b53e8c48df
20 changed files with 67 additions and 25 deletions
|
|
@ -32,6 +32,7 @@ test_file = os.path.join(conf_dir, 'test.ini')
|
|||
cmd = paste.script.appinstall.SetupCommand('setup-app')
|
||||
cmd.run([test_file])
|
||||
|
||||
|
||||
class TestController(TestCase):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
from pyalchemybiz.tests import *
|
||||
|
||||
|
||||
class TestCustomerController(TestController):
|
||||
|
||||
def test_index(self):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
from pyalchemybiz.tests import *
|
||||
|
||||
|
||||
class TestIndexController(TestController):
|
||||
|
||||
def test_index(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue