This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
378
Commits
5
Branches
409 MiB
Tree:
da51073892
gh-pages
local-upload
master
1.x
feature/admin-panel
v2.1.13
v2.1.12
v2.1.11
v2.1.10
v2.1.9
v2.1.8
v2.1.7
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.4.2
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'da51073892'
${ noResults }
pinry
/
core
/
tests
/
__init__.py
__init__.py
98 B
Raw
Normal View
History
Reorganize core package tests into modules
11 years ago
Write some more tests for all code
11 years ago
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.
11 years ago
Updated requirements and other items in preps of new pinry version
11 years ago
1
2
3
4
5
from .api import *
from .forms import *
from .helpers import PinFactoryTest
from .views import *