Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Oct 22, 2024
1 parent a7c726c commit 7a000f7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Feature: Completion in python part of snakemake file
Auto-complete runtime magic from snakemake

@here3
Scenario: Complete at top-level
Given a snakemake project
Given I open a file "foo.smk" with text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ Feature: Completion for wildcards
| rule |
| checkpoint |
@here3
Scenario Outline: Expand injections not in wildcards
Given a snakemake project
Given I open a file "foo.smk" with text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@here3
Feature: Inspection for missing 'wildcards.' prefix

Scenario Outline: Wildcards prefix is missing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Feature: Resolve implicitly imported python names
Scenario: Do not resolve at top-level if no python sdk
Scenario: Resolve at top-level if custom python sdk

@here3
Scenario Outline: Resolve at top-level
Given a <smk_vers> project
Given I open a file "foo.smk" with text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Feature: Tests on snakemake string language injection
"""
When I put the caret after {output
Then I expect no language injection
@here3

Scenario Outline: Allow injection in lambdas in expand call
Given a snakemake project
Given I open a file "foo.smk" with text
Expand Down Expand Up @@ -199,7 +199,6 @@ Feature: Tests on snakemake string language injection
| default_target |
| retries |
@here3
Scenario Outline: Inject in snakemake function calls in 8.7.0
# TODO: merge with : Scenario Outline: Inject in snakemake function calls
Expand All @@ -217,7 +216,6 @@ Feature: Tests on snakemake string language injection
| function | import_statement |
| exists | |
@here3
Scenario Outline: Inject in snakemake function calls
Given a snakemake project
Given I open a file "foo.smk" with text
Expand Down

0 comments on commit 7a000f7

Please sign in to comment.