I'm running bamboo with a python django project. The builds fails or is succesful if the python manage.py test myproject fails or is succesful.
But bamboo always report 0 tests, even if 400 tests are runned.
How do you use bamboo with django projects?
I've never done it, but you should be able to hook up this library;
http://pypi.python.org/pypi/unittest-xml-reporting/1.0.3
And then configure Bamboo to parse Unit Tests XML reports.
New to Bamboo here. I have a similar need I think. I have tests running in unittest/nose and want Bamboo to parse the results. How do I:
"configure Bamboo to parse Unit Tests XML reports."?
When adding a test task, I see nothing of the sort. Should I just add the Junit task?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I too am attempting to run Django tests (using the nose test runner). Do you have a step-by-step to get this working?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.