mirror of https://github.com/scrapy/scrapy.git
Update scrapy/commands/check.py
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
parent
ffdf6fe100
commit
90ca9350f5
|
|
@ -17,7 +17,7 @@ class TextTestResult(_TextTestResult):
|
|||
plural = "s" if run != 1 else ""
|
||||
|
||||
writeln(self.separator2)
|
||||
writeln(f"Ran {run} contract{plural} in {stop - start:.3f}")
|
||||
writeln(f"Ran {run} contract{plural} in {stop - start:.3f}s")
|
||||
writeln()
|
||||
|
||||
infos = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue