e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Replace print statements in enrollment preprocessor #2207

Closed janno42 closed 3 months ago

janno42 commented 4 months ago

The print statements in enrollment_preprocessor.py should be replaced with self.stdout.write so they are not shown when running the tests.