Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added labs/slides/lab_1.pdf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are great 😆 Mind including/linking the source file, in case a future TA wants to use+tweak?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and calling lab_01, for consistency?

Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

readings = glob("readings/*")
labs = glob("labs/*")
lab_assignments = glob("labs/assignments/*")

LABS_WITHOUT_SUBMISSION = [1, 12]

Expand All @@ -20,7 +20,7 @@ def test_readings_boilerplate(file):
assert "[submit a response](../README.md#responses)" in content


@pytest.mark.parametrize("file", labs)
@pytest.mark.parametrize("file", lab_assignments)
def test_lab_submit_info(file):
if "example" in file:
pytest.skip("Skip examples")
Expand Down
Loading