Hi folks,

I've been coding away on my latest Django project, and have recently 
started to think about how best to test the functionality I have so far.

Creating fixtures for my tests seems like a good idea initially, but from 
experience I find fixtures become harder and harder to maintain as the 
project ages and expands.

The literature appears to recommend fixtures as the way forward, but I also 
see there are projects such as 'factory boy' (inspired by the Rails world) 
offering an alternative (or complimentary?) method.  

Are there any recommendations/comments/examples from the Django community 
on what the best way to go is with regards to data for testing? 

Cheers,

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/QGmQpB5A5moJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to