-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment dependent loading #169
Comments
Couldn’t you just create a custom script that would do that since loading specific files’ fixtures is supported since #175? |
Well that might be possible but a possibility to define conditions on the execution of the datafixtures would be better. Some kind of abstract method that returns true and gives the opportunity to define in the method body the logic to check against wether the fixture will be executed or skipped. |
What about fixture grouping? #140 |
mh that looks quite promising... But also maybe my last suggestion might be a helpful feature in future releases. |
A possibility to constrain the loading of fixtures to specific environments would be nice.
I just need for the test environment different fixtures than in the others.
The text was updated successfully, but these errors were encountered: