edulinq / autograder-py

The Python interface to the autograder.
MIT License
4 stars 7 forks source link

Reverse Recursive Config Search #9

Open eriq-augustine opened 5 months ago

eriq-augustine commented 5 months ago

When searching for a config, we can ascend directories (until root) to find any config.

It would be great if the config name was more specialized (autograder-config.json, autograder.json?), but that is not a hard requirement.