opensearch-project/demos

[FEATURE][DocBot] Automated testing of DocBot

オープン

#95 opened on 2023/11/07

 (0 件のコメント) (0 件のリアクション) (0 人の担当者) (18 件のフォーク)auto 404
OSCIenhancementgood first issue

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Is your feature request related to a problem?

At the moment we have some tests and we have a framework for running things automatically on commit. These two should work together.

What solution would you like?

There should be a workflow in our pre-commit-config.yaml that will automatically run tests before allowing commits. This way we can ensure that we have a working code base with each commit.

Here is an example of what this may look like: https://stackoverflow.com/a/64014324. Additional note we may need to do some work to get our tests into better shape.

コントリビューターガイド