Skip to content

Practice with Python Test-Driven Development for Ryan Moyer and Mott Fisk.

Notifications You must be signed in to change notification settings

ryanmoyer/python-tdd-reverse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The following code is a test Test-Driven Development exercise for Mott Fisk and Ryan Moyer.

Purpose

  • Practice basic git skills.
  • Practice skills developing using TDD.
  • Practice basic Python data structure manipulation skills.

Instructions

  • Log in to your GitHub account.
  • Fork my repository by following GitHub's guide to Forking a Repo.
  • Clone the code from your new repository using the GitHub client.
  • Run the test suite by running python reverse_test.py on the command-line. All tests should fail.
  • Complete the code in reverse.py such that it passes all the tests.
  • Add extra tests if desired!
  • Commit the code locally.
  • Sync the code to your repository.

Extra

  • Submit a pull request to my original repository. I will help you on this.

Hints

  • You may want to utilize the Python built-in list data type.
  • The str.join() method may come in handy.

About

Practice with Python Test-Driven Development for Ryan Moyer and Mott Fisk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%