Skip to content

Commit

Permalink
Fix broken link, update exclusions list (#51579)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrl committed Jul 8, 2024
1 parent e756c02 commit 60983f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A Python test runs a setup command, then runs `pytest`. The number of points awa
| Setting | Description |
| :- | :- |
| **Test name** | The name of the test, to identify the test in logs |
| **Setup command** | _Optional_. A command to run before tests, such as compilation or installation. [Some dependencies are already installed](https://github.com/education/autograding-python-grader/blob/main/requirements.txt), but you can install more if needed. You do not need to use `sudo`, and should use `pip` instead of `pip3`. |
| **Setup command** | _Optional_. A command to run before tests, such as compilation or installation. [Some dependencies are already installed](https://github.com/classroom-resources/autograding-python-grader/blob/main/requirements.txt), but you can install more if needed. You do not need to use `sudo`, and should use `pip` instead of `pip3`. |
| **Run command** | The command to run the test and generate an exit code for evaluation |
| **Timeout** | In minutes, how long a test should run before resulting in failure |
| **Points** | _Optional_. The total number of points the entire `pytest` suite is worth. Each test will be worth `Points / number_of_tests` |
Expand Down
1 change: 1 addition & 0 deletions src/links/lib/excluded-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
- is: https://www.wireguard.com/quickstart/
- is: https://docs.openstack.org/horizon/latest/
- is: https://packages.ubuntu.com/search?keywords=netcat&searchon=names
- is: https://vimeo.com/333786093

0 comments on commit 60983f8

Please sign in to comment.