edulinq / autograder-py

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

Fix CI API Tests for Non-Linux #5

Open eriq-augustine opened 10 months ago

eriq-augustine commented 10 months ago

Because of how multiprocessing forks (or doesn't fork) on non-linux platforms, the API tests currently only work in Linux.

Figure out how to get these working across all platforms.