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 16:45:41 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
ad8a971a2c06afb578c8a94ece2d60276ef16511
Pinry
/
pinry
/
core
/
tests
/
__init__.py
4 lines
96 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
Write some more tests for all code
2013-03-03 10:09:33 -08:00
from
.
views
import
*
Reference in New Issue
Copy Permalink