Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8023 webtest #96

Merged
merged 6 commits into from Mar 6, 2012
Merged

8023 webtest #96

merged 6 commits into from Mar 6, 2012

Conversation

will-moore
Copy link
Member

Webtest cleanup and improved docs. See /webtest/ for notes on all the currently supported pages.

This branch is based on Ola's 7993_transition branch.

Will Moore added 6 commits March 2, 2012 10:09
Removed all example code that subsequently got moved into webclient
E.g. ROI and Big-image tests.
Also metadata and viewport that are replicated in webclient.
Fixed up a couple of bugs in remaining code.
Still need a better webtest index page.
chris-allan added a commit that referenced this pull request Mar 6, 2012
@chris-allan chris-allan merged commit 796354d into ome:develop Mar 6, 2012
@chris-allan
Copy link
Member

@will-moore: Import errors from webtest/views.py:

File "/Users/callan/code/ome.git/dist/lib/python/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/../omeroweb/decorators.py" in wrapped
  241.                 return ctx.on_not_logged_in(request, url, error)
File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/../omeroweb/decorators.py" in on_not_logged_in
  85.         logger.debug('Request is not Ajax, redirecting to %s' % self.login_url)
File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/../omeroweb/decorators.py" in get_login_url
  59.         return reverse('weblogin')
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in reverse
  391.             *args, **kwargs)))
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in reverse
  312.         possibilities = self.reverse_dict.getlist(lookup_view)
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _get_reverse_dict
  229.             self._populate()
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _populate
  208.                     for name in pattern.reverse_dict:
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _get_reverse_dict
  229.             self._populate()
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _populate
  197.         for pattern in reversed(self.url_patterns):
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _get_url_patterns
  279.         patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/Users/callan/code/ome.git/dist/lib/python/django/core/urlresolvers.py" in _get_urlconf_module
  274.             self._urlconf_module = import_module(self.urlconf_name)
File "/Users/callan/code/ome.git/dist/lib/python/django/utils/importlib.py" in import_module
  35.     __import__(name)
File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/../omeroweb/webtest/urls.py" in <module>
  4. from omeroweb.webtest import views
File "/Users/callan/code/ome.git/components/tools/OmeroWeb/omeroweb/../omeroweb/webtest/views.py" in <module>
  9. from webtest_utils import getSpimData

chris-allan added a commit to chris-allan/openmicroscopy that referenced this pull request Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants