I wrote a tool for generating bulk fixture data

Hey everyone, it’s been awhile since I posted here but I wanted to let you know about a github project I finally got around to making public.

Early on when I first starting using Ember (around a year ago) I was spending a lot of time writing fixture data for testing my models before I had a back-end server written. I wrote a simple python script to automate this for me, and crude as it was it solved all my needs at the time.

I’ve since tidied up this program and made it generic enough so it could be modified and improved fairly simply.

You can find the project here : https://github.com/bjones6/ember-fixture-generator.

Please give me feedback and let me know how it can be improved / what other problems in terms of fixture-data generation you might be going though.

P.S. I’m on the look-out for a summer internship in S.F. (second year C.S. undergrad, above-average experience with front-end and back-end web development) :smile:

2 Likes