New submission from Andrew Groom <and...@reurbanise.co.nz>:

I'm getting an error when running tests in a bfg_alchemy project:

ERROR: test_my_view (newsplace_alchemy.tests.ViewIntegrationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/bfgenv/newsplace_alchemy/newsplace_alchemy/tests.py", line 61, in
test_my_view
    from newsplace_alchemy.views import my_view
ImportError: cannot import name my_view

The problem is that my_view doesn't exist in newsplace_alchemy.views.

Tests run fine in bfg_starter and bfg_routesalchemy projects that I create with
the same virtualenv.

----------
messages: 249
nosy: andrewjg
priority: bug
status: unread
title: bfg_sqlachemy tests broken

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue93>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to