django-whatever
django-whatever copied to clipboard
[Unmaintained] Unobtrusive test models creation for django
Order of tests matters, because random seed generator is seeded for all tests after CustomSeed test case. We should avoid that by making rnadom seed generator local.
https://github.com/kmmbvnr/django-any/blob/master/docs/quickstart.txt Add docs, fix tests
If model inherits from `MPTTModel` we need to detect `lft, rgt, tree_id, level` fields and do not provide their values.
Test the case, when image is the subdir ``` DecoderError: Unable to open file /home/prophet/projects/***/src/media/movie.mp4 ```