uw-ssec / rse-guidelines

Research Software Engineering Guidelines Documents
https://rse-guidelines.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add section on testing and debugging tools #10

Closed lsetiawan closed 1 week ago

lsetiawan commented 12 months ago

Overview

This should cover the practice of testing your code and how to debug. In python this would cover the use of pytest and if user use vscode, it would be how to debug with a VS Code.

Resources