install before running pytest
This commit is contained in:
parent
2e34677d31
commit
c7c790623c
|
@ -79,10 +79,10 @@ class BuildTool:
|
||||||
def build(self) -> bool:
|
def build(self) -> bool:
|
||||||
print("Formatting...")
|
print("Formatting...")
|
||||||
success = self.auto_format()
|
success = self.auto_format()
|
||||||
print("Testing...")
|
|
||||||
success += self.test([])
|
|
||||||
print("Installing...")
|
print("Installing...")
|
||||||
success += self.install()
|
success += self.install()
|
||||||
|
print("Testing...")
|
||||||
|
success += self.test([])
|
||||||
print("Building...")
|
print("Building...")
|
||||||
success += self.run_with_poetry("build")
|
success += self.run_with_poetry("build")
|
||||||
return success
|
return success
|
||||||
|
|
Loading…
Reference in New Issue
Block a user