Questions tagged [django-jenkins]

django-jenkins - Plug and play continuous integration add-on for Django and Jenkins. Provides Jenkins compatible reporting for test results, coverage and several code quality checking tools.

Useful links:

20 questions
0
votes
0 answers

media files are autmoatically deleted django deployment

i am deploying the code in jenkins server after checkeing in server ip existing media images are not displayed and update code changes perfectly working and upload new images displayed but old images are not displayed. please can you give me…
0
votes
1 answer

How to run multiple Jmeter scenarios i.e. .jmx files in Jenkins one by one?

I have successfully created some Jmeter scenarios for performance testing, now i want to run those scenarios one after another without any failure. As per some search, i found Jenkins would be suitable for this. Can you tell me how i can run all…
0
votes
1 answer

django-jenkins emits coverage for models only

I'm currently using 0.16.2 version of Django-jenkins in my Django application. Django version is 1.6.2 My django application structure looks like: my-app src module1 models tests helper_modules view1.py view2.py urls_1.py mainapp…
Nitin Arora
  • 2,650
  • 1
  • 26
  • 27
0
votes
1 answer

Asserting Number of executed unit-tests

I am using Jenkins to run unit-tests on a Django project via django-jenkins. Recently, I found that some of the unit-tests wasn't being executed (someone had mistakenly changed an import, causing Jenkins to miss some of the unit-test files). Is…
nak
  • 690
  • 6
  • 15
0
votes
1 answer

Test cases discovery using django-jenkins

I am using django framework for my project and now I in order to move to continous integration I am planning to use jenkins. natually django-jenkins is the choice. I am using django unit test framework for unit testing and using patterns finding for…
Bhupesh Pant
  • 4,053
  • 5
  • 45
  • 70
1
2