Saturday, November 27, 2010

Fedpkg Test Suite: release 0.2

SBR600 Project "fedpkg Test Suite" -- release 0.2

For release 0.2 i wrote 2 tests. They were quite simple and nothing that complex. As compared to the fedpkg repo, which i saw, they're quite trivial. The code for some of the tests in it is really complex and far beyond the scope of what i've learned in this course.I would need a lot more exposure and practice for python to understand it completely. For my next release, 0.3, i'll be improving on the code and hopefully get it approved for the repository.

Friday, November 5, 2010

SBR600 Project "fedpkg Test Suite" -- release 0.1

For our 0.1 release of our project, we were supposed to run a few test scripts using nose and python.
I made a script and ran 3 tests on it on the iraq.proximity.on.ca
First thing i had to do was
1 wget somethingaboutorange.com/mrl/projects/nose/nose-0.11.2.tar.gz
2 tar xvf nose-0.11.2.tar.gz
3 cd nose-0.11.2
4 ./install-rpm.sh
6 cd unit_tests
5  vi nosetest.py
7 chmod 755 nosetest.py
8 ./nosetest.py
All those three tests ran successfully