Skip to content
Snippets Groups Projects
Commit 743f6ffb authored by tylerharter's avatar tylerharter
Browse files

Merge branch 'main' of git.doit.wisc.edu:cdis/cs/courses/cs544/s25/main

parents 9de205f5 5df96bcc
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.
......@@ -168,7 +168,7 @@ Note that we will be updating the `autobadger` CLI throughout the semester to ha
To update the version, you can the following (again, inside your `venv`):
```bash
pip install -r requirements.txt --force-reinstall
pip install -r requirements.txt
```
## Submission
......
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