mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Formatting
This commit is contained in:
parent
36456d2a53
commit
979dd7c22c
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ class integration(Spec):
|
|||
shutil.rmtree(build)
|
||||
|
||||
def _assert_worked(self, folder, opts=None, target='changelog', conf='.'):
|
||||
self._build(folder, opts, target, asserts=self._basic_asserts,
|
||||
conf=conf)
|
||||
self._build(
|
||||
folder, opts, target, asserts=self._basic_asserts, conf=conf,
|
||||
)
|
||||
|
||||
def _basic_asserts(self, result, build, target):
|
||||
# Check for errors
|
||||
|
|
Loading…
Add table
Reference in a new issue