Hi, I'd like to switch the test suite to use the more modern unittest as of Python 2.7, which is available as back-port for Python 2.4--2.6, called unittest2.
This allows e.g. replacing `assert_(aaa ..is bbb)` by `assertIs(aaa, bbb)`. These are equivalent, but the later prints more concrete default message. The switch could be build into shinken_test.py quite easy, so developers working with 2.7 do not need to install the backport. What do you think? What is requires for this, esp. to keep the Jenkins-tests running? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Shinken-devel mailing list Shinken-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shinken-devel