Skip to content

KJWilliamson/backend-pep8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleanup on aisle 5: PEP8ify

For this activity, you'll be cleaning up a program that functions properly, but doesn't conform to the PEP 8 style guide.

Your task is to update the program so that it is PEP 8 compliant.

Guidelines

  • You should not remove comments. If a comment is too long, simply break it up into multiple lines.

  • While there are several other PEP8 violations, you only need to be concerned with those reported by flake8

  • Do not modify anything in the tests directory

  • The test suite (see below) must pass all tests.

Running the test suite

There are several ways to run the test suite:

$ rerun "python -m unittest discover"

If you don't have rerun installed, you can run the test suite by itself:

$ python -m unittest discover

About

Updating the program so that it is PEP 8 compliant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages