Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git support for testcases folders #197

Open
syamatoo opened this issue Oct 9, 2022 · 0 comments · May be fixed by #198
Open

Git support for testcases folders #197

syamatoo opened this issue Oct 9, 2022 · 0 comments · May be fixed by #198

Comments

@syamatoo
Copy link

syamatoo commented Oct 9, 2022

Gitでソース管理して別環境にgit cloneした場合に、testcasesフォルダの下にテストケース名のフォルダが存在しなくなったため、下記のようにテスト実行がエラーとなりました。

[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での管理対象とならなかったのが原因のようです。
ひとまず空の.gitkeepファイルをinフォルダとoutフォルダに作成することで対応できましたが、毎回これを行うのも面倒に感じました。

cargo compete addなどでtestcases下にフォルダを作成する際、.gitkeepファイルも自動で作成されると便利なのですが、どうでしょうか?

@syamatoo syamatoo linked a pull request Oct 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant