From 9435c64e94d44cfab7bb12ce6644c7b11db1987c Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@umd.edu> Date: Mon, 28 Oct 2019 22:05:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9045081..7afc2fb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ You are to implement this function. Note: Make sure to handle extreme cases (e.g., no input tuples for the joins or SetMinus, etc.) +### Testing +As discussed above, you can use `testing_X.py` for some testing, but it is not guaranteed to test all cases. We will provide correct output within a day or two. ### Submission We will test those in an automated fashion, using a set of test cases. You *must* use the below command to create your submission. We will provide a sample dataset soon. -- GitLab