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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:03:10+00:00 2026-06-14T04:03:10+00:00

I have a Django (v1.4, using Postgresql) project which I’ve written a bunch of

  • 0

I have a Django (v1.4, using Postgresql) project which I’ve written a bunch of working unittests for. These use FactoryBoy to generate most of their data.

I’m now starting to write some integration tests using LiveServerTestCase with Selenium. I’ve just realised that my tests and the live test server use different databases. Which means that data created by factories in my tests aren’t available to Selenium.

I’m not sure of the best way to progress. I think I could use fixtures to supply data that would work, although this is a pain having got this far using factories instead.

Is there a way I can continue to use factories to generate data that will work for my Selenium tests? Really I’d like my tests and LiveServerTestCase to use the same database.

  • 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-14T04:03:11+00:00Added an answer on June 14, 2026 at 4:03 am

    Have you tried using sqlite as your database backend for tests?

    When using an in-memory SQLite database to run the tests, the same
    database connection will be shared by two threads in parallel: the
    thread in which the live server is run and the thread in which the
    test case is run.

    from Django docs

    If you’re not using anything beyond regular ORM, you might benefit from test speedups as well.

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

Sidebar

Related Questions

I have these classes in the models.py of my django application.I am using postgresql
Using Django with a PostgreSQL (8.x) backend, I have a model where I need
Hi i am using django 1.2 .I my case i have few models which
Background: I'm working a project which uses Django with a Postgres database. We're also
I am using django-nonrel and django-mongodb-engine I have a Django model stored on PostgreSQL
I have an existing PostgreSQL database that I'm using for a new Django site.
It's my first time using PostgreSQL 8.4.2 with Django(I have always used MySQL or
Using Django 1.3 with PostgreSQL 9.0, I have a multi-step object creation function/view, where:
I have a Django-based webapp that is using PostgreSQL as the backend via psycopg2.
I have a Django 1.3 app for which I am using South 0.7.3 for

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.