Skip to content

Infra refactor: drop 'delphi' level of directory indirection from driver/repos #938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
krivard opened this issue Jun 27, 2022 · 1 comment
Labels
refactor Substantial projects to make the code do the same thing, better.

Comments

@krivard
Copy link
Contributor

krivard commented Jun 27, 2022

The directory tree for working in the backend has an extra level, delphi, which is not needed:

driver
    └── repos
        └── delphi
            └── delphi-epidata

Since moving from the custom py3tester package to the more-commonly-used pytest package, delphi is the only child of repos and can be removed.

As far as I can tell, driver/repos/delphi/delphi-epidata doesn't mirror the prod layout, so we don't need to worry about maintaining sync.

@krivard krivard added the refactor Substantial projects to make the code do the same thing, better. label Jun 27, 2022
@melange396
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Substantial projects to make the code do the same thing, better.
Projects
None yet
Development

No branches or pull requests

2 participants