NexGenAnalytics / WorkVisualizer

High-level, interactive, visual performance analysis for High-Performance Computing (HPC)
https://www.workvisualizer.com/
Other
3 stars 0 forks source link

Improve tests #73

Open cwschilly opened 1 week ago

cwschilly commented 1 week ago

We need to add more thorough testing for both the Python backend (using pytest) and the JS code (using jest).

This may involve refactoring the source code to be more "testable"

We should also use pylint (and something similar for TypeScript) to check/enforce code formatting