From 84d3f843448a43dc5fbd73b47e849b132ae0c116 Mon Sep 17 00:00:00 2001 From: Jing Lan <jlan25@cs544-jlan25.cs.wisc.edu> Date: Fri, 21 Feb 2025 20:41:32 -0600 Subject: [PATCH] p3 draft update --- p3/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/p3/README.md b/p3/README.md index e985133..86c5269 100644 --- a/p3/README.md +++ b/p3/README.md @@ -240,6 +240,14 @@ Delirable should work with `docker-compose.yaml` we provide: **Requirement:** Do **NOT** submit the `venv` directory (e.g., use `.gitignore`). -## Grading +## Tester -TBD \ No newline at end of file +* Autobadger for p3 not availble for use yet. + +Use the **autobadger** tool on your machine to run tests against your code: + +```bash +autobadger --project=p3 --verbose +``` + +The --verbose flag will print more information to the console as your tests are running. Pushing to main will submit your project and we will grade your code on main from a remote VM. A GitLab issue should be pushed to your repository shortly after you submit. \ No newline at end of file -- GitLab