Skip to content

URL names not available for testing #6407

Open
@claudep

Description

@claudep

We have a CMSApp subclass which defines some URLs in its get_urls() method. All is fine when running the app, the defined URLs can be reversed.

When running tests with python manage.py test ..., we're getting NoReverseMatch: Reverse for 'some_url_name' not found. errors. Is there something we are doing wrong?

Environment

  • Python version: 3.5
  • Django version: 1.11
  • django CMS version: 3.4.6

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions