-
Notifications
You must be signed in to change notification settings - Fork 34
unify resource directory structure #294
Copy link
Copy link
Open
Labels
Description
Confusing artifact directory hierarchy
Currently the features directory structure looks like:
❯ tree -d
.
├── integration
├── resources
│ ├── generated_responses
│ ├── generated_responses_231
│ ├── generated_responses_unlimited_assets
│ ├── programs
│ ├── stateproof
│ ├── v2algodclient_responsejsons
│ └── v2indexerclient_responsejsons
└── unit
├── abi_responsejsons
├── v2algodclient_responsejsons
└── v2indexerclient_responsejsonsIn particular the following appear both in resources and unit.
This story asks that no such duplications occur. Ideally, the directories should be unified. Possibly, the directories under unit all removed with resources being the canonical location of artifacts, regardless of whether for unit or integration tests.
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Reactions are currently unavailable