calgagi / cp_gen

A modular and robust application to create competitive programming templates.
6 stars 0 forks source link

MAIN: Allow library files to not have a test file #11

Closed calgagi closed 3 years ago

calgagi commented 3 years ago

This can be done via checking if the Tester file exists... If it does, we run the tests. If it doesn't, we don't run tests.

Reason for this: Allows users to not include tests if they don't want to. That way, forks of this repo can be created.