Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8054703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:12:33+00:00 2026-06-05T08:12:33+00:00

I recently split up an app into subdirectories. For example, I had a shop

  • 0

I recently split up an app into subdirectories. For example, I had a “shop” app, and I split it up into shop/foo, shop/bar, shop/baz subdirectories, treating each one as a separate app, so my INSTALLED_APPS now looks like:

"shop",
"shop.foo",
"shop.bar",
"shop.baz",
...

I want to be able to run the tests in shop/foo/tests.py by doing:

python manage.py test shop.foo

However, if I do that, I get the error:

ValueError: Test label 'shop.foo' does not refer to a test

On the other hand, I can run the tests by doing this:

python manage.py test foo

Why is this happening, and what can I change so that I can run the tests as “shop.foo” instead of “foo”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T08:12:34+00:00Added an answer on June 5, 2026 at 8:12 am

    This is because Django expects the arguments to test command to be of the format:

    app_label[.TestCase[.test_method]]
    

    There is no way of doing this with the stock test runner (see, Carl Meyers comment). If everything goes well, this should be fixed in Django 1.5, but in the meantime you can use an alternate runner which accepts full module paths: django-discovery-runner.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We recently split our current work into two different VS solutions, one which contains
I have a website that recently split into two separate versions, that have fundamental
Recently I've split my GWT 2.4 application into two maven modules: domain and webapp
I recently used the Text Import Wizard to split some text into individual cells,
I recently took a large, stable XLSM file, and split it apart into an
I've recently needed to write a script that performs an os.fork() to split into
I recently split some code out into an Android library project. I added references
Recently I've been thinking about how to transform a complex polygon into a non-complex
I recently looked into some .NET memory leaks (i.e. unexpected, lingering GC rooted objects)
I've recently asked and had answered this question and it's stopped the issue of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.