Ejemplo n.º 1
0
def test_collection_path():
    assert_that(collection_path_for("foo"), is_(equal_to("/foo")))
Ejemplo n.º 2
0
def test_collection_path():
    assert_that(collection_path_for("foo"), is_(equal_to("/foo")))
Ejemplo n.º 3
0
 def collection_path(self):
     return self.path + collection_path_for(self.subject)