Skip to content

Development Environment

Matthew Pare edited this page Apr 16, 2021 · 3 revisions

The KLVData module is written in Python with testing using the builtin Unittest library.

Microsoft Visual Code

https://code.visualstudio.com/docs/python/testing

  • Python: Configure Tests
    • Unittest
    • ./test
    • test_*.py
Clone this wiki locally