Skip to content
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

Discussion: Folder Structure revision for openebsctl #124

Open
Abhishek-kumar09 opened this issue Oct 6, 2021 · 0 comments
Open

Discussion: Folder Structure revision for openebsctl #124

Abhishek-kumar09 opened this issue Oct 6, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Abhishek-kumar09
Copy link
Contributor

Currently tests and the codebase is written together with their test_data all in one folder making it hard dig through the files and folders once it starts to mature.
Can we think of making a parent folder with e2e tests written
like:

|-cmd
|-tests
|-pkg

or we can think of writing tests within the same package that we are doing now, but extract out all the test resources in their own folder named like tests

|-cmd
 `|-client
   `|-test
     `|-test.go
      |-test_data.go
   `|k8s.go
@Abhinandan-Purkait Abhinandan-Purkait added the good first issue Good for newcomers label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants