ramp_database.testing
.sign_up_teams_to_events¶
-
ramp_database.testing.
sign_up_teams_to_events
(session)¶ Sign up user to the 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_users
,add_problems
, andadd_events
need to be called before.