We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.themisrc
全テストの前後で初期化・終了処理を行いたいという要望とデフォルトの Before, Before all, After, After all が欲しいという要望です。
Before, Before all, After, After all
例えば IO などでテスト中は tempname() によるディレクトリを利用して、テストが終わったら消したいなどの場合に便利です。Before などでは インスタンス作成時 にディレクトリ構造を構築するタイプのものだと After で削除した後に期待するサブディレクトリにアクセスできずに落ちます
tempname()
Before
After
Before, After
そのままですが、バッファの初期化処理などをすべてのテストに記載するのが面倒なので .themisrc などに記載するとすべてのテストファイルに適用される、などの機能があると助かります。
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
.themisrc
全テストの前後で初期化・終了処理を行いたいという要望とデフォルトの
Before, Before all, After, After all
が欲しいという要望です。全テストの前後で初期化・終了処理を行いたい
例えば IO などでテスト中は
tempname()
によるディレクトリを利用して、テストが終わったら消したいなどの場合に便利です。Before
などでは インスタンス作成時 にディレクトリ構造を構築するタイプのものだとAfter
で削除した後に期待するサブディレクトリにアクセスできずに落ちますデフォルトの
Before, After
そのままですが、バッファの初期化処理などをすべてのテストに記載するのが面倒なので
.themisrc
などに記載するとすべてのテストファイルに適用される、などの機能があると助かります。The text was updated successfully, but these errors were encountered: