xKabbe / ascendify

Ascendify is an advanced tool for analyzing bouldering movements using video pose detection. It extracts pose data, calculates movement metrics, and offers real-time feedback to enhance climbing performance. Features include data visualization, machine learning integration, and actionable insights.
MIT License
0 stars 0 forks source link

Testing Framework #3

Open xKabbe opened 1 month ago

xKabbe commented 1 month ago

Description

Set up a testing framework for the project using pytest. Write basic tests to ensure the core functionalities, such as video processing and pose detection, work as expected. This will help maintain code quality and catch issues early in development.

Set up pytest for testing:

Write basic tests for video processing functions:

Additional Context

No response

Expected Actions

Definition Of Done