Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
6answers
2k views

Problems with contenttypes when loading a fixture in Django

I am having trouble loading Django fixtures into my MySQL database because of contenttypes conflicts. First I tried dumping the data from only my app like this: ./manage.py dumpdata escola > ...
15
votes
6answers
4k views

When do I use the TestFixtureSetUp attribute instead of a default constructor?

The NUnit documentation doesn't tell me when to use a method with a testfixturesetup en when to do the setup in the constructor public class MyTest { private MyClass myClass; public ...
15
votes
9answers
3k views

Preferred fixture replacement plugin in Rails?

There are a dozen Rails plugins whose goal is to replace fixtures in testing. Here are a few I can think of: fixture replacement factory girl factories and workers rails scenarios fixture-scenarios ...
14
votes
4answers
1k views

Django: Create fixtures without specifying a primary key?

One of the things that bugs me about Django fixtures is that you've got to specify every model's primary key. Is there any way to create fixtures without having to specify a primary key for each row?
11
votes
9answers
985 views

Do setup/teardown hurt test maintainability?

This seemed to spark a bit of conversation on another question and I thought it worthy to spin into its own question. The DRY principle seems to be our weapon-of-choice for fighting maintenance ...
8
votes
7answers
4k views

Using factory_girl in Rails with associations that have unique constraints. Getting duplicate errors

I'm working with a Rails 2.2 project working to update it. I'm replacing existing fixtures with factories (using factory_girl) and have had some issues. The problem is with models that represent ...
8
votes
4answers
6k views

How do I generate Symfony fixtures YML from exising database data?

I was wondering if anyone knew how to generate a fixture.yml from data that is already existing in the database? As you can use the build-schema to generate a schema, is there a way to do that for ...
7
votes
1answer
271 views

Django, generic relations, make fixtures

I'm trying to add generic relations and one-to-one relations support for django-test-utils makefixture command, here is the source ...
7
votes
7answers
2k views

factory_girl + rspec doesn't seem to roll back changes after each example

Similar to the problem described here: http://rpheath.com/posts/411-how-to-use-factory-girl-with-rspec in Short (shorten'd code): spec_helper: config.use_transactional_fixtures = true ...
7
votes
1answer
4k views

Rails Fixtures not loading with rspec

So, I'm trying to learn the rspec BDD testing framework in the context of a rails project. The problem I'm having is that I can't, for the life of me, get my fixtures to load properly in rspec ...
7
votes
5answers
429 views

Unit testing: Is it a good practice to have assertions in setup methods?

In unit testing, the setup method is used to create the objects needed for testing. In those setup methods, I like using assertions: I know what values I want to see in those objects, and I like to ...
6
votes
3answers
425 views

Migrating Django fixtures?

I have a Django application. I have .json fixture files containing test data, with unit tests that use the data to confirm the application is working properly. I also use South to migrate my ...
6
votes
2answers
291 views

In Rails 3, I'm getting a NoMethodError for the recycle! method during testing

I've got a functional test that's using fixtures. I also am using fixtures in my Unit tests, but they work without flaw. When running the functional tests, I get a: NoMethodError: undefined method ...
6
votes
5answers
3k views

Prevent Rails test from deleting seed data

I am using seeds.rb to populate some State model reference data: State.create :name => 'Alabama', :abbreviation => 'AL' State.create :name => 'Alaska', :abbreviation => 'AK' # ... ...
6
votes
1answer
231 views

In Rails fixtures, who is Quentin?

In acts-as-authenticated, and now restful-authentication, the first user fixture is "Quentin." Just curious if anyone knows the origin of that name? Quentin Tarantino? Someone's dog or child?
5
votes
3answers
164 views

Sharing unit testing fixtures

I'm writing unit tests for a project (written in PHP, using PHPUnit) that have its entire environment (loaded components, events, configuration, cache, per-environment singletons, etc) held in an ...
5
votes
2answers
1k views

Using fixtures with factory_girl

When building the following factory: Factory.define :user do |f| f.sequence(:name) { |n| "foo#{n}" } f.resume_type_id { ResumeType.first.id } end ResumeType.first returns nil and I get an ...
5
votes
3answers
2k views

Fixtures and Selenium and Rails (oh my?)

What data do you use with Selenium tests on Rails apps? Do you load from fixtures? Use an existing dev db? Use a separate (non-fixture) db? I'm considering my options here. I have a Rails app with a ...
5
votes
11answers
650 views

Is it a bad practice to randomly-generate test data?

Since I've started using rspec, I've had a problem with the notion of fixtures. My primary concerns are this: I use testing to reveal surprising behavior. I'm not always clever enough to enumerate ...
4
votes
1answer
262 views

Django 1.3 and South migrations

I have an existing project which extensively uses South migrations to load data into its tables. Since upgrading to Django 1.3 our unit tests no longer run because they cannot find the data they rely ...
4
votes
4answers
1k views

symfony doctrine:build --all --and-load WITHOUT LOSING RECORDS IN DATABASE

I am new to Symfony+Doctrine, but fairly experienced with web application development in general (mostly using Zend Framework). I have started a new project using Symfony, and I'm loving it. I've got ...
4
votes
2answers
119 views

How to find changes in a table relative to an initial SQL fixture?

I have a number of tests that run against a MySQL database which is pre-loaded with schemas and example data from a set of SQL files. Some of these tests, during their run, also create new data in the ...
4
votes
2answers
1k views

In Django, getting a “Error: Unable to serialize database” when trying to dump data?

I'm getting an error when I'm trying to dump data to a JSON fixture in Djanog 1.2.1 on my live server. On the live server it's running MySQL Server version 5.0.77 and I imported a lot of data to my ...
4
votes
2answers
871 views

Rail test case fixtures not loading

Rails appears to not be loading any fixtures for unit or functional tests. I have a simple 'products.yml' that parses and appears correct: ruby: title: Programming Ruby 1.9 description: Ruby ...
4
votes
3answers
873 views

Any YAML based fixture loader for Java?

I've used DbUnit but after playing about with the Play Framework recently I've found it's Fixtures.load(String yamlFilename) really useful. Anyone know of a similar tool that can be used with any Java ...
4
votes
3answers
547 views

Ruby on Rails: Accessing production database data for testing

With Ruby on Rails, is there a way for me to dump my production database into a form that the test part of Rails can access? I'm thinking either a way to turn the production database into fixtures, ...
4
votes
5answers
3k views

Ruby on Rails - is seeding data with fixtures dangerous?

I have fixtures with initial data that needs to reside in my database (countries, regions, carriers, etc.). I have a task rake db:seed that will seed a database. namespace :db do desc "Load seed ...
4
votes
3answers
2k views

Automatic associations in ruby on rails fixtures

As described in this article, I am using automatic associations in fixtures. For example, if a region object has a country id, instead of doing "country_id": 1, I do "country": "USA". "USA" is a ...
4
votes
2answers
1k views

Rails fixtures — how do you set foreign keys?

I'm reading about Rails fixtures in this guide (thanks, trevorturk). It appears you define classes in a Yaml file and they're automatically loaded into the test DB -- cool. But if you want to specify ...
3
votes
2answers
81 views

App Engine: Development datastore cleared each time I turn off my computer. How to avoid this?

I've been using App Engine with Python for a few months. Now that my application has a fair amount of code, I'm trying to solve a problem I've ignored so far: Each time I turn off my computer, all my ...
3
votes
1answer
185 views

Django fixtures not accepting YAML?

$ python manage.py loaddata fixtures/initial_data.yaml Problem installing fixture 'fixtures/initial_data': yaml is not a known serialization format. $ $ python manage.py loaddata ...
3
votes
1answer
384 views

Factory Girl + Mongoid embedded documents in fixtues

Lets say you have the following mongoid documents: class User include Mongoid::Document embeds_one :name end class UserName include Mongoid::Document field :first field ...
3
votes
1answer
189 views

Rails 3 test fixtures with carrierwave?

I'm working on upgrading from attachment_fu to carrierwave, since attachment_fu is broken in rails 3. None of the tests are able to run, because we have invalid fixtures that were using the syntax ...
3
votes
1answer
85 views

CakePHP Unit Testing Fixture Name Conventions Argh?

I've been bashing my head against the wall trying to figure out why I can't get my fixture to load properly. When I attempt to run my test, my layout is rendered. If I comment out the fixture, the ...
3
votes
1answer
129 views

Load and use fixture in rails console

I wonder if there's a way to load and/or use fixture in rails console. Actually, I'd like to create a user from my fixture users.yml to do some testing without having to go through all the "pain" of ...
3
votes
3answers
511 views

Symfony2 fixtures from DB?

Is it possible to generate fixtures from an existing DB in Symfony2/Doctrine? How could I do that? Example: I have defined 15 entities and my symfony2 app is working. Now some people are able to ...
3
votes
2answers
215 views

Rollback Doctrine data:load when insert from fixtures fails

I have often noticed that when database insert for a model fails, data loaded previously continue to stay in the database. So when you try to load the same fixture file again, it gives an error. Is ...
3
votes
1answer
247 views

Symfony unit test best practice

I would like to know what are the best practices to manage fixtures of unit tests. I have the feeling that I should write one fixture foreach unit test. I think that if I write too much unit test ...
3
votes
1answer
1k views

Functional testing with Rails and Devise. What to put in my fixtures?

Hi I'm wanting to do some functional testing of my Rails 3 app that uses Devise and CanCan. In my User model I have the users age, I want to test that a user can only visit a certain page if they ...
3
votes
3answers
586 views

Rails Dates Time and Fixtures

I had the following fixture: link_1: user: tom image: boy1 created_at: <%= 5.day.ago %> I tried the following request: Links.where("Date(created_at) = ?", 5.day.ago.to_date) ...
3
votes
1answer
170 views

Ruby on Rails: Fixtures without Database

I'm working on a 2-phase RoR project where in the first phase we are going to have alot of static data and in the second phase this will be dynamic. I'm fairly new to RoR and thought that for the ...
3
votes
2answers
391 views

Loading a fixture before a south migration run

I've made a mistake of creating my own User model and am trying to recover. I've created a south migration that copies my old user models and creates django.contrib.auth.models.User models. To ensure ...
3
votes
2answers
508 views

Rails3: How to recreate test fixtures based on development database schema (newbie)

The situation: I used generate scaffold to set up my objects in a new Rails project. Besides doing some migrations, I also directly edited the MySQL tables by adding and renaming columns etc. Now I ...
3
votes
1answer
288 views

Doctrine fixtures - circular references

Is there any way to load fixtures that have circular referencing? As an example I have the following fixture: BusinessEntityTeam: Nicole_Team: name: Nicole's Team Manager: [Nicole] ...
3
votes
2answers
104 views

JUnit parallel to Rails Fixtures?

My team has a set of POJO's that we build up to pass into our code and test various functions. For example we have an Address class which contains address information. It doesn't make sense to ...
3
votes
2answers
509 views

Grails build-test-data

Is it advisable to use the build-test-data plugin to load the bootstrap (seed/initial) data for an application. The plugin tutorial is excellent at ...
3
votes
2answers
665 views

Ruby on Rails 2.3.5: Populating my prod and devel database with data (migration or fixture?)

I need to populate my production database app with data in particular tables. This is before anyone ever even touches the application. This data would also be required in development mode as it's ...
3
votes
3answers
115 views

Unit tests and fixtures

We have a bunch of unit tests which test a lot of webpages and REST API services. Currently when our tests run it pulls from these pages live but this can take ages to run sometimes, and it also ...
3
votes
3answers
491 views

ruby-on-rails: Seeding-data strategies (or loading test data into developer database)

I want to clear and re-load my developer database (Ruby on rails) frequently. Of course, I can manually add the data via the web page but I was wondering if anyone has any strategies for this type of ...
3
votes
4answers
809 views

loading fixtures for django tests

I want to use some fixtures in my tests. I have cms_sample app and a fixtures folder inside with cms_sample_data.xml I use the following in my test.py: class Funtionality(TestCase): fixtures ...

1 2 3 4 5 6