ユーザー機能テストにおけるWiki操作機能のテスト追加#36
Open
lieunguyen-tma wants to merge 1 commit intoRCOSDP:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Wiki操作のテストのためのNotebookを追加し、これを
結合試験-実行.ipynbから実行するための修正を行った。追加された「テスト手順」ファイルの目的は以下の通りである。
これらを実行するための「取りまとめ」ファイルである以下のファイルも追加した。
なお、Wiki操作のうち「WikiJoint(共同編集)」は、【A】【B】の2セッションを交互に操作する必要があり、現行の試験基盤への拡張実装が前提となること、およびCRDT同期・ネットワーク切断復旧検証の安定化に相応のコストを要することから、本PRではスコープ外とする。
Changes
結合試験-実行.ipynbに、今回追加したテストをスキップするためのフラグskip_wikiを追加しました。scripts/grdm.pyに Wiki操作用の helper 関数を7件追加しました。取りまとめ-Wiki操作.ipynbを新規に追加し、Wiki操作の各テスト手順Notebookを取りまとめて実行できるようにしました。テスト手順-Wiki操作-WikiDecoration.ipynb/テスト手順-Wiki操作-WikiHierarchy.ipynb/テスト手順-Wiki操作-WikiImport.ipynbの3本を新規に追加しました。resources/Datatest-Wiki/配下に上記テスト用のテストデータを追加しました。Ticket
Custom Test Configuration