@@ -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.