Skip to content
Snippets Groups Projects
Commit 5df96bcc authored by Stockton Jenkins's avatar Stockton Jenkins
Browse files

Update README.md

parent 5b20cab2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,13 @@ Before starting, please review the [general project directions](../projects.md).
## Corrections/Clarifications
* none yet
Be sure that your installed `autobadger` is on version `0.1.3`. You can print the version using
```bash
autobadger --info
```
See [projects.md](https://git.doit.wisc.edu/cdis/cs/courses/cs544/s25/main/-/blob/main/projects.md#testing) for more information.
## Introduction
......@@ -175,4 +181,12 @@ overwriting anything you might have changed.
## Tester
To be released soon...
Use the **autobadger** tool on your machine to run tests against your code:
```bash
autobadger --project=p2 --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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment