Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Code Examples

python error passing: Unit tests for a Python function that returns errors instead of raising exceptions.

Testing Examples

The code in these examples can be imported without side-effects, and you can run the included unit tests to verify the code is correct.

Using Pytest:

pytest {example_directory}

Using Unittest (stdlib):

python -m unittest discover -s {example_directory}

About

Some examples of solutions to specific problems

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages