Skip to content

Add Automatic Running of Tests On Pull Request #1111

@CarsonDavis

Description

@CarsonDavis

Description

Every time there is a pull request, the full test suite should execute.

Implementation Considerations

At a minimum, these tests should run:

docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_delta_patterns.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_import_fulltexts.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_exclude_patterns.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_include_patterns.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_field_modifier_patterns.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_promote_collection.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_migrate_dump.py
docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_pattern_specificity.py

Deliverable

ars

Dependencies

depends on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions