Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson04 assignment #13

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
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