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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# 220-Advanced
## Your class name here
Links for setting up git for this class:

- https://uwpce-pythoncert.github.io/PythonCertDevel220/modules/lesson00/git_setup.html
- https://uwpce-pythoncert.github.io/PythonCertDevel220/modules/lesson00/git_workflow.html
## Code written by: Daniel Castro

All work is related to the UW Python Certificate program.
10 changes: 10 additions & 0 deletions students/dcastrowa/assignment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Grading
=======

The assignment is grade by looking for:

- Error message for typo in input JSON file.
- Error message for quantity = 0 in any of the rentals.
- Warning for rentals missing end_date.
- And others...
2. Run linting using the regular batch file.
Loading