Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psteyer committed Dec 17, 2024
1 parent 8011eaf commit ee18251
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt_semantic_interfaces-{{ version }}.tar.gz
sha256: 3a497abef1ba8112affdf804b26bfdcd5468ed95cc924b509068e18d371c7c4d
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt_semantic_interfaces-{{ version }}.tar.gz
sha256: 3a497abef1ba8112affdf804b26bfdcd5468ed95cc924b509068e18d371c7c4d
- url: https://github.com/dbt-labs/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 91618c52e61731f0d51fd032aaffafc300087a752d596a0bd489a5e9bf94fc2a
folder: tests

build:
skip: true # [py<38]
Expand All @@ -32,12 +35,17 @@ requirements:
- typing-extensions >=4.4,<5

test:
source_files:
- tests
imports:
- dbt_semantic_interfaces
commands:
- pip check
- pytest -vv tests
requires:
- pip
- pytest
- hypothesis

about:
home: https://github.com/dbt-labs/dbt-semantic-interfaces
Expand Down

0 comments on commit ee18251

Please sign in to comment.