問題タブ [testify]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
36 参照

go - testify を使用してテストにフック (After/Before テスト メソッド) を追加する方法は?

各テストの完了後に、データのクリーンアップと実行後のデータを実行する必要があります。私のフォルダー構造によると、すべての *_test.go ファイルは特定のディレクトリにあります。プロジェクト レベルで customsuites/customsuite.go ファイルを作成しました。以下は私のフォルダ構造です。

CustomTestSuite 構造をテストにインポートする際に問題に直面しています。異なるパッケージでテスト前/後のメソッドを個別に保持する方法はありますか?

customtestsuite.go

testsuite_test.go

電卓_test.go