jazzband / django-mongonaut

Built from scratch to replicate some of the Django admin functionality and add some more, to serve as an introspective interface for Django and Mongo.
MIT License
240 stars 67 forks source link

Test harness #63

Closed j1z0 closed 10 years ago

j1z0 commented 10 years ago

as per issues #62 . This is the travis configuration and a VERY basic unit test configuration.

I wanted to get some feedback before I went any further to ensure that it is inline with what you guys are looking for.

A couple of points:

Let me know if this is more or less what you are looking for and I can try to add some more unit test as per #37. I think that it's best to let the test "framework" grow as more tests are added as opposed to try to come up with something that handles everything up front.

Anyways let me know what you think and I can adjust as necessary.

pydanny commented 10 years ago

Awesome!!! :hamster:

j1z0 commented 10 years ago

cool. all you need to do is setup your account with Travis CI and everything should be good. :)

pydanny commented 10 years ago

Done as you can see in https://travis-ci.org/pydanny/django-mongonaut/builds/15626233

Thank you so much for this contribution!

pydanny commented 10 years ago

Anything I can do to return this awesome favor?

j1z0 commented 10 years ago

@pydanny. I really like the idea behind this project so I'm happy to help. One thing you may want to consider is putting the build status in your read me. just add a line like this

[![Build Status](https://travis-ci.org/pydanny/django-mongonaut.png)](https://travis-ci.org/pydanny/django-mongonaut.png)

If I find some more free time, maybe in Jan, I'll try to add some more meaningful tests although I think that will require some refactoring of the code base.

In return you say? :D

Thanks is enough, but ... if you want to :) I am currently running a kickstarter for an Advanced Django course I'm writing. Would be great if you could check it out and share the link with your peoples :)

here is the link: http://kck.st/1b0tz6I

pydanny commented 10 years ago

Done! Add the restructuredtext variant of the Travis badge.

j1z0 commented 10 years ago

Cheers Mate.  You the man :)

Cheers, Jeremy Johnson

On December 18, 2013 at 1:11:23 PM, Daniel Greenfeld (notifications@github.com) wrote:

Done!

— Reply to this email directly or view it on GitHub.