jywarren / plots2

The Public Lab website!
http://publiclab.org
GNU General Public License v3.0
17 stars 2 forks source link

fix factory_girl sequences, which are broken #89

Closed jywarren closed 9 years ago

jywarren commented 11 years ago

they're repeating across tests and forcing test_public_pages and other tests to destroy their test data after each test, as well as manually specify primary keys (nid) and titles.

btbonval commented 11 years ago

This might be an issue of unit testing vs integration testing. It seems like factory_girl is for unit testing but might not be so good at integration testing.

jywarren commented 9 years ago

https://github.com/publiclab/plots2/issues/229