misli / fedora-software

Web interface to Fedora Software database
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Untrack existing fixtures for testing, add a script to generate fixtu… #16

Closed pigjuliux closed 9 years ago

pigjuliux commented 9 years ago

Untrack existing fixtures for testing, add a script to generate fixtures for testing and update README.md

In my first commit, I tracked the fixture needed by me for running the test suite. Since that fixture contained data from the database built on my computer, some results might differ (I think that some packages has got Italian transaction as description, for example). That's why I ended up with this Pull Request. Basically, I made these changes:

1) Untracked the testing fixture, since every user has a database with unique data. 2) Written a script to generate a custom testing fixture directly from user's database. 3) README: added instructions to use the new script and to run the whole test suite.