Skip to content

Commit

Permalink
new mock test field
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 19, 2015
1 parent cde3599 commit 98aeb60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/src/entity_manager/test_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ class Person(RootEntity):
)
""" The age of the person """

weight = dict(
type = "decimal"
)
""" The weight of the person """

parent = dict(
type = "relation"
)
Expand Down

0 comments on commit 98aeb60

Please sign in to comment.