Skip to content

Commit

Permalink
refactor: move tests according to new plugin template structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Jun 6, 2024
1 parent 9c4bf09 commit dc33f7b
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 40 deletions.
7 changes: 0 additions & 7 deletions examples/jobs/init.yaml.broken

This file was deleted.

6 changes: 0 additions & 6 deletions examples/jobs/onboarding_gh.yaml

This file was deleted.

File renamed without changes.
6 changes: 0 additions & 6 deletions tests/resources/jobs/get_files_from_gh.yaml

This file was deleted.

12 changes: 5 additions & 7 deletions tests/resources/jobs/init.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
operation: "${this_dir}/../pipelines/create_dates.yaml"
operation: "${this_dir}/../pipelines/init.yaml"
inputs:
extract_date_1__text: "2022-01-01"
extract_date_2__text: "2023-01-01"
extract_date_3__text: "2024-01-01"
load_text_files__path: "${this_dir}/../data/text_corpus/data"
create_array__column_name: "content"
save:
extract_date_1__date: "date_1"
extract_date_2__date: "date_2"
extract_date_3__date: "date_3"
create_table__table: "corpus_table"
tokenize_corpus__tokens_array: "tokens_array"
3 changes: 0 additions & 3 deletions tests/resources/jobs/parse_date.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/resources/jobs/parse_date_fail.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions tests/resources/pipelines/create_dates.yaml

This file was deleted.

File renamed without changes.

0 comments on commit dc33f7b

Please sign in to comment.