-
Hi Ashti,
It's happend Error: No fixture named 'initial_data' found ,When I execute the command of 'python manage.py loaddata initial_data.json'.
The fixtures directory was not found, nor was the in…
-
## https://code.djangoproject.com/wiki/Fixtures
cd smirk pwd; #this is the project
cd unf pwd; #this is the app
vi settings.py
-
**Is your feature request related to a problem? Please describe.**
No. I'd like to be able to manage fixtures via database, and would like to use golang-migrate to do this.
I have 2 folders
db/migr…
-
Trying to contribute, I noticed the following :
- symlinking raises EPERM on windows when not in elevated environment. Which makes symlink node_modules non viable strategy on windows
- after managing …
-
-
Add an ORM test for PostgREST.
Failures (as of 3rd Nov): https://gist.github.com/otan/d5960f37efb1b475e81b1007dd36aff3
Nathan's commit to fix some unsupported features: https://github.com/nvanbens…
-
I managed to dream up some fixtures, create a fixtures folder, place them there and re-run the mocha tests. Doing so gives the following error:
$ mocha tests/integration/contact_test.js
Contacts e…
HHDog updated
8 years ago
-
@jspaezp suggested switching over to [pytest-datadir](https://github.com/gabrielcnr/pytest-datadir) for managing our test data. This would have the benefit of simplifying our test fixtures, making it…
-
I have the following use case that I'd like to have supported:
- Run `manage.py generate` or `manage.py syncdb`
- Generator runs
- For each app, it saves all of it's output to `APPNAME/fixtures/genera…
-
Forgive the dumb question but I haven't been able to find an answer online. Using traditional fixtures and Test::Unit I can run unit tests in 1 minute 16 seconds:
```
time rake test:units
235 tests, …