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

Organize response bodies into package and modules #46

Open
andrewvillazon opened this issue Jul 6, 2024 · 0 comments
Open

Organize response bodies into package and modules #46

andrewvillazon opened this issue Jul 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@andrewvillazon
Copy link
Owner

The response bodies used for tests are becoming unruly and need to be organized into a package with modules. Something like:

tests/
└── fixtures/
    ├── __init__.py
    └── responsebodies/
        ├── __init__.py
        ├── admin.py
        ├── apps.py
        ├── dashboards.py
        ├── dataflows.py
        ├── groups.py
        └── etc...
@andrewvillazon andrewvillazon self-assigned this Jul 6, 2024
@andrewvillazon andrewvillazon added the enhancement New feature or request label Jul 6, 2024
@andrewvillazon andrewvillazon removed their assignment Jul 6, 2024
@andrewvillazon andrewvillazon added the good first issue Good for newcomers label Jul 6, 2024
@andrewvillazon andrewvillazon self-assigned this Jul 6, 2024
@andrewvillazon andrewvillazon removed the good first issue Good for newcomers label Jul 6, 2024
@andrewvillazon andrewvillazon added the good first issue Good for newcomers label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant