mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Cleanup tests #180

Closed willkg closed 10 years ago

willkg commented 10 years ago

This cleans up and documents tests and installing for hacking. Mostly I was going for well documented short list of steps to get up and running for hacking and to be able to run the tests.

Submitting this as a PR to see if Travis CI is ok with it.

Then I'm going to look at making Travis CI run the tests in the various environments we need to support.

r?

willkg commented 10 years ago

I looked through the Travis failures. They're because it's running the tests with Django 1.5.

I'll tackle better Travis testing (with Python 2.6 and 2.7 and Django 1.4 and 1.5) in a future PR. Then pull in the Django 1.5 fixes from other pull requests.

The tests ran which was what I was looking for. I'm going to land these changes now.

willkg commented 10 years ago

Landed in: