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

How Can I Mock Sqlite3.cursor

I've been pulling my hair out trying to figure out how to mock the sqlite3.Cursor class specifi… Read more How Can I Mock Sqlite3.cursor

Why Can't Nosetests Find One The Elements In Sys.path?

I have a series of unit tests that I'm running with nose. For some of my tests, I'd like to… Read more Why Can't Nosetests Find One The Elements In Sys.path?

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?