Skip to content

Move Tests Directory #79

@KengoWada

Description

@KengoWada

Suggestion

Move the tests directory into the django_typesense directory to have a clean directory structure.

Suggested Directory Map

├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── django_typesense
│   ├── admin.py
│   ├── apps.py
│   ├── changelist.py
│   ├── collections.py
│   ├── exceptions.py
│   ├── fields.py
│   ├── __init__.py
│   ├── management
│   │   ├── commands
│   │   │   ├── __init__.py
│   │   │   └── updatecollections.py
│   │   └── __init__.py
│   ├── migrations
│   │   └── __init__.py
│   ├── mixins.py
│   ├── paginator.py
│   ├── signals.py
│   ├── static
│   │   └── admin
│   │       └── js
│   │           └── search-typesense.js
│   ├── tests
│   │   ├── admin.py
│   │   ├── collections.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_typesense_admin_mixin.py
│   │   │   ├── test_typesense_changelist.py
│   │   │   ├── test_typesense_fields.py
│   │   │   ├── test_typesense_methods.py
│   │   │   ├── test_typesense_model_mixin.py
│   │   │   ├── test_typesense_paginator.py
│   │   │   ├── test_typesense_signals.py
│   │   │   └── test_typesense_utils.py
│   │   ├── urls.py
│   │   └── utils.py
│   ├── typesense_client.py
│   └── utils.py
├── LICENSE
├── MANIFEST.in
├── README.md
├── requirements-dev.txt
├── runtests.py
└── setup.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions