DeathRay1977
New member
S
So I have been looking at the Unit Tests for QT client and command line. I released a pull request that fixed the build of both test_darkcoin and darkcoin-qt_test. They both build and run now. Code has been merged into the Master branch of Darkcoin. I also fixed the Unit Tests for Darksend as they weren't building correctly. There is not much in the way of tests for Darksend. I plan to add some more this week. Will work my way through all the Unit Tests and add some tests as I go. It's a good way of learning the code and I would urge any other budding Darkcoin developers to do the same.Exact, i have already set up a CI server at http://bamboo.darkcoin.qa - i still need to tweak the Buildsystem/makefile a bit, as it does not support cross compiling yet, but once i have that up and running i want to continue setting up the automated tests and gather some metrics (code coverage, cyclic complexity, ...)
Very welcome to have someone looking at the tests in src/test folder