Skip to content

um-software-testing/unit-testing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing Examples

This repo contains an example of unit testing in Python. The tests and the library they test are both incomplete, see if you can finish them. Try Test Driven Development (TDD), see how it works for you.

To run the tests on the command line:

python3 -m unittest linked_list_test.py

About

Unit test examples using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages