You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.