Specify settings per context #1
Labels
No labels
dependencies
improvement
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: archive/django-pyvows#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to be able to specify a settings file for this context. Not sure it is possible, though.
class SomeContext(Vows.Context):
def get_settings(self):
return './fixtures/some_context_settings.py'
The settings is an OS environ variable and the context vows are executed in parallel mode. So its not currently possible.
Will try to help with this so we can get something working! :) Cheers
Nice. :)
It works in version 0.3.0! =D