Skip to content

Commit

Permalink
renamed testcase to resource generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeeland Chen authored and Yeeland Chen committed Apr 7, 2011
1 parent 6a3fb31 commit 3cb645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_routehelper/tests.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pyramid.url import route_path from pyramid.url import route_path




class Test_add_resource(unittest.TestCase): class TestResourceGeneration_add_resource(unittest.TestCase):
def _create_config(self, autocommit=True): def _create_config(self, autocommit=True):
config = Configurator(autocommit=autocommit) config = Configurator(autocommit=autocommit)
handlers_includeme(config) handlers_includeme(config)
Expand Down

0 comments on commit 3cb645c

Please sign in to comment.