NickA02 / SOTestingEnv

This project aims to create a web-based coding platform specifically tailored for Science Olympiad programming events.
2 stars 0 forks source link

Add Timed Access Function #40

Closed ItIsAndrewL closed 2 weeks ago

ItIsAndrewL commented 2 weeks ago

Overview

This PR creates a new function, active_test which when Dependency injected with FastAPI, locks down a route to only return a correct value when that team is within their testing bounds.

Features

Testing

Ran the /questions route to confirm that the new function works.