Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Nose

How Do I Tell Django-nose Where My Tests Are?

I have my tests for a Django application in a tests directory: my_project/apps/my_app/ ├── __init__… Read more How Do I Tell Django-nose Where My Tests Are?

Python - Nose Not Discovering Package Level Tests In Django

I'm setting up a directory structure for my Django app to separate functional and unit tests. I… Read more Python - Nose Not Discovering Package Level Tests In Django

Python - Nose Not Discovering Package Level Tests In Django

I'm setting up a directory structure for my Django app to separate functional and unit tests. I… Read more Python - Nose Not Discovering Package Level Tests In Django