progrium / ginkgo

Python service microframework
http://ginkgo.readthedocs.org
MIT License
325 stars 51 forks source link

using exec to load configuration breaks when using nose #26

Closed progrium closed 12 years ago

progrium commented 12 years ago

Nose does something to the environment where it has trouble loading configuration. Shreve has more details...

inconshreveable commented 12 years ago

Not actually an issue, this was a bug that was related to running my configuration file twice which only happened during tests.