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 8134951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:14:12+00:00 2026-06-06T10:14:12+00:00

while all tests complete without errors and fixtures are actually loaded. Is it Django

  • 0

while all tests complete without errors and fixtures are actually loaded. Is it Django 1.4 issue?

Please note that only some of the applications provoke this error message (there is no conceptual difference between the applications’ unit tests and their corresponding fixtures).

Update 1: the fasttest.py content:

DATABASES = {'default':
  {
    'ENGINE': 'django.db.backends.sqlite3',
    'NAME': ':memory:',
  }
}

~/django_project$ ./manage.py test appname --traceback --settings=fasttest
Creating test database for alias 'default'...
.....................No database fixture specified. Please provide the path of at least one fixture in the command line.
 .
----------------------------------------------------------------------
Ran 22 tests in 8.426s

OK
Destroying test database for alias 'default'...

Update 2: obviously the comments, although I am thankful for the tries, are only shots in the dark.
The database does not matter, neither SQLite3, nor Postgres testing DBs solve the problem.

  • 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-06T10:14:13+00:00Added an answer on June 6, 2026 at 10:14 am

    I had this same issue with test fixtures that had worked fine under 1.4.

    For me, I had one test case where I wasn’t using a fixture, and so I was setting fixtures to an empty set like this:

    class MyTestCase(TestCase):
        fixtures = []
    

    When I commented out that line, the error went away:

    class MyTestCase(TestCase):
    #    fixtures = []
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been drooling over Django all day while coding up an internal website in
hi all i want to know that while specifying url in my iphone native
For the uninitiated, Brainfuck is a Turing-complete language with only 8 commands, all of
I have a procedure I want to initiate only if several tests complete successfully.
My idea was to copy a dictionary while resetting all the values of the
The ? wildcard represents unauthenticated users while * represents all users, authenticated and unauthenticated.
I would like to reuse certain packages installed systemwide, while ignoring all others. I
Seems I've outdone myself. All the while I was creating this pretty little 'latest
While developing a Java project, I place all of my jar files in a
While writing a .jsp file, can i include all the html5 tags in it

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.