From 0bfc6049b5f31fe28820b7538b27ef1a2dbc359c Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 4 Mar 2022 14:09:44 -0800 Subject: [PATCH] add test README.md --- test/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..1b0dd8b --- /dev/null +++ b/test/README.md @@ -0,0 +1,7 @@ +# Testing + +If you're looking in here, I know this codespace is a mess, I didn't think I would include it. +But to be fair, I think a problem as complex as schedule generation should be seen. Currently +the tests are being run in python since it is a lot easier for me to quickly test and edit the +algorithm. Once I get the algorithm complete, I plan on rewriting it in GoLang, using the python +script as a reference. \ No newline at end of file