Skip to content

qstin/assignment_02

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 2

Learning Goals

  1. Edit a file using a text editor or IDE
  2. Run tests locally, i.e. on your own computer
  3. Commit and push changes from your local computer to your repository
  4. Fix a series of tests that focus on
  • strings
  • None
  1. Write a separate python file (.py) containing logic to be tested

To get started

  1. To start, fork the repository.
  2. Clone the repository to your computer.
  3. Modify the files and commit changes to complete your solution.
  4. Push/sync the changes up to GitHub.
  5. Create a pull request on the original repository to turn in the assignment.

Completing the Assignment

Last week you used the Github editor. This week please use the editor of your choice to make alterations to the code. This requires that you clone the repository to your computer.

After you have made changes, please check your code using nosetests. See the readings for how to do this. Once your tests are passing locally, commit the changes, push them to your repository, and submit a pull request.

If you are having trouble gettings tests to pass post in the blackboard discussion area and/or submit a pull request with failing tests so that I can take a look and offer assistance. You can always update an open PR by making another commit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%