This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Pinry
Watch
1
Star
0
Fork
0
You've already forked Pinry
mirror of
https://github.com/pinry/pinry.git
synced
2025-11-13 08:35:41 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
1fcdf2a9a3db7e79a77d8c49afa29b58ff7bf34a
Pinry
/
core
/
tests
/
__init__.py
6 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Reorganize core package tests into modules
2013-03-03 09:10:42 -08:00
from
.
api
import
*
Write some more tests for all code
2013-03-03 10:09:33 -08:00
from
.
forms
import
*
Use post_generation hooks to populate models with some data Factory Boy provides us with a better way of populating complicated fields (like M2M relations) than overriding _prepare class method, so we should be using them.
2013-03-04 14:39:26 -08:00
from
.
helpers
import
PinFactoryTest
Updated requirements and other items in preps of new pinry version
2013-09-22 03:33:50 +00:00
from
.
views
import
*
Reference in New Issue
Copy Permalink