Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
We need tests. Really. #371
Comments
|
There's a unit testing package in Python: |
|
It seemed an overkill and a bit difficult to use seen the lack of an (our) API, but effectively it might be a good fit to test the |
|
I implemented a little testing example on my fork, I have some issue with the direct call to one of the file downloader. |
This will be far easier as we advance to an API (#152)
Anyway, I think we should put up some green/red tests, let's say a download (video and info) + md5 test for a set of videos. This because we are really prone to regressions and we have broken IEs every month. It would be better to catch them immediately than to wait for bug reports.
Then, also some unit test for some features would be pretty, but that is secondary.
Suggestions on which framework to use (that IMHO should be the more easy/simple/barebones possible)? Or we are better building our own?
P.S. I am using a new tag "broken-IE" in the issue tracker, feel free to delete it if you don't like it. (And tell me if I am too bold!)