ramp_database.testing.add_events¶
-
ramp_database.testing.add_events(session)¶ Add events in the database.
- Parameters
- session
sqlalchemy.orm.Session The session to directly perform the operation on the database.
- session
Notes
Be aware that
add_problemsneeds to be called before.