tests.unit_tests.db.test_yawning_titan_db.DemoSchema#
- class tests.unit_tests.db.test_yawning_titan_db.DemoSchema[source]#
Bases:
object
A schema-like class that defines the DB fields in
demo_db_docs()
.Methods
Attributes
AGE
Mapped to
demo_db_docs()["age"]
.FORENAME
Mapped to
demo_db_docs()["forename"]
.HOBBIES
Mapped to
demo_db_docs()["hobbies"]
.SURNAME
Mapped to
demo_db_docs()["surname"]
.