VirtualTam's bookmarks
28 bookmarks found
-
Python unit testing frameworks: Nose, Pytest
2015-02-13 Python's built-in unittest module is quite cool, but a bit limited and way too verbose (read: it's quite not easy to incite developers to write unit tests)
I'm currently looking for more dev-friendly solutions, the key points being:
- writing test code should be easy and straight-forward -keep the focus on "what to test" instead of "how to transcribe a process to a test"
- parallelization! -we, spoiled developers, should make good use of our way-too-many-cores build machines...
- complete feature set!
- we don't want to just run tests...
- coverage reports (find dead/weak/untested code sections)
- output formatting (JUnit-XML seems to be quite a common format out there)
There seem to be 3 solutions in Python:
- stock unittest + project-dependent customizations / test helpers
- nosetests
- py.test
And 2 ways of gettings things done:
- keeping things stock: no external dependency, project-specific implementation...
- using a test framework: one more module in your (test) virtualenv, more concise tests, more features (// run, code coverage, etc.)
Some links:
-
Reddit Playlister
2015-02-02 Website generating a playlist / web player from YouTube and SoundCloud links from music subreddits (or, basically, any subreddit containing media stuff).
Sadly, it doesn't seem to be Open Source, so you won't be able to host you own instance :-(
-
AWKWARD ZOMBIE - World Weary
2014-12-14 -
Shaarli - AlbinoMouse
2014-10-08 Good-looking Shaarli fork ;-)
-
github - shaarli/Shaarli
2014-10-08 Semi-official fork; seems to be the place where cool things happen ;-)
-
ยป #179 blondie
2013-08-18 Code Z.E.L.D.A.
-
If Link Was In... - Imgur
2013-07-30 A link to some Links
-
Blog - Blog - Clicktorelease
2013-07-18 Neat dev-blog template See the footer for resource links!