Skip to content

branbick/unit-test-c-code-via-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These examples are based on EuroPython Conference's YouTube video titled Alexander Steffen - Writing unit tests for C code in Python. The primary additional resources are as follows:

* https://docs.python.org/

To run an example unit test, from the command line, ...

  1. Navigate into the directory containing the test script (e.g., ./examples/1_single_test)
  2. Execute python3 -m unittest <script name (e.g., add_ints_test.py)> -v

About

Examples of unit testing C code using Python

Topics

Resources

License

Stars

Watchers

Forks