More automated testing
- 主要言語
- C++
- スター
- 48
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Some testing currently exists: a few unit tests for small helper classes, as well as a few GUI / command line running tests. To extend the coverage, we should add at least one command line running test for every filter in open_iA. Potentially we can also test starting different tools (though this is depending on the [Common Project Files](https://github.com/3dct/open_iA/issues/46) feature).
コントリビューションガイド
調査の方向性
Look at existing command line running tests in the codebase to understand the pattern. Identify all filters in open_iA (likely in a filters directory or module). For each filter, create a test that runs it via the command line with sample data. Check if there's a test framework already set up (e.g., Google Test). Ensure tests can be run automatically, possibly via CI. 'Done' means every filter has at least one command line test.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100