Changeset - 4077ea3ff4f2
default
0
1
0
tests: vcs: split off repo creation helpers
test_changesets.py needs to create a repository, and is currently
duplicating some of the base setup code.
Instead, split out the setup_class method to allow reuse.
Note that the repo_path variable previously registered to 'self' is not
actually used by anyone, and moreover is not actually necessary as the path
can be obtained via the repo object too. Therefore, just make it a local
variable.
test_changesets.py needs to create a repository, and is currently
duplicating some of the base setup code.
Instead, split out the setup_class method to allow reuse.
Note that the repo_path variable previously registered to 'self' is not
actually used by anyone, and moreover is not actually necessary as the path
can be obtained via the repo object too. Therefore, just make it a local
variable.
1 file changed with 12 insertions and 5 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)