Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ert-run-tests-batch-and-exitEmacs のERT テスト ( ) は名前 (順番) で実行されることに気付きました。 どういうわけか、定義した順序でテストを実行できますか?
ert-run-tests-batch-and-exit
例えば:
(ert-deftest test-2 ... (ert-deftest test-1 ...
最初に「test-2」を実行し、次に「test-1」を実行します。
PS: テストは順序に依存するべきではありませんが、それでも必要であることはわかっています。