Skip to content

Package content tests - add exists / not_exists #915

Closed
@wolfv

Description

@wolfv

Sometimes you want to check that a file is there and sometimes the inverse.

We had ideas to use ~ foo.txt to say 'not exists' but people were against it.

Instead, let's use a dictionary like so:

package_content:
  include:
    exists: 
      - foo.hpp
    not_exists:
      - baz.hpp

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions