5
是否有一個py.test插件類似於鼻子的spec(也是pinocchio的一部分)。我想看看測試跑步輸出是這樣的:spec插件for pytest?
Foobaz
- behaves such and such
- causes an error (ERROR)
- fails to satisfy this specification (FAILED)
- throws deprecated exception (DEPRECATED)
- throws skip test exception (SKIPPED)
轉化成列表標題和測試用例的方法名稱測試用例的名字轉化爲列表項。或者模塊名稱和頂級功能,它也是有意義的。
我想這並不難,建立一個自己,但也許有一個已經?