You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[path_to_dir]\practice>cargo compete test a
error: [path_to_dir]\practice/testcases\a: IO error for operation on [path_to_dir]\practice/testcases\a: 指定され
たファイルが見つかりません。 (os error 2)
Gitでソース管理して別環境にgit cloneした場合に、testcasesフォルダの下にテストケース名のフォルダが存在しなくなったため、下記のようにテスト実行がエラーとなりました。
テストケース用フォルダがデフォルトでは空なので、gitでの管理対象とならなかったのが原因のようです。
ひとまず空の.gitkeepファイルをinフォルダとoutフォルダに作成することで対応できましたが、毎回これを行うのも面倒に感じました。
cargo compete addなどでtestcases下にフォルダを作成する際、.gitkeepファイルも自動で作成されると便利なのですが、どうでしょうか?
The text was updated successfully, but these errors were encountered: