forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
priority:mediumMedium priority issues to become high priority issues after a release.Medium priority issues to become high priority issues after a release.
Description
On this line:
Lines 40 to 41 in 6f586a1
| if isinstance(repo, GitRepo): | |
| self.src_dir = Path("src") |
The Model class should not have to know whether repo is a GitRepo or an SVNRepo, we should only be working with the Repo interface. This should be addressed if we want to properly test the model and repo modules.
Originally posted by @SeanBryan51 in #208 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumMedium priority issues to become high priority issues after a release.Medium priority issues to become high priority issues after a release.