openebs-archive/openebsctl
Discussion: Folder Structure revision for openebsctl
Ouverte
#124 ouverte le 6 oct. 2021
good first issue
Métriques du dépôt
- Stars
- (33 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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