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. 
 
- session
 - Notes - Be aware that - add_users,- add_problems, and- add_eventsneed to be called before.