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
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

Notes

Be aware that add_users, add_problems, and add_events need to be called before.