Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Jun 18, 2024
1 parent 5018831 commit 83d2706
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
#### Developer note: You can probably leave the rest out
#### To learn more, see https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/alkiln/writing/#optional-inputs
ALKILN_TAG_EXPRESSION: "${{ env.ALKILN_TAG_EXPRESSION }}"
ALKILN_VERSION: output
ALKILN_VERSION: delete

#### Developer note: Example of making an issue when tests fail
#### that includes the text of the failure output file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
# want to check up on this.
ALKILN_TAG_EXPRESSION: "${{ env.ALKILN_TAG_EXPRESSION }}"
#### Developer note: You can probably leave this out
ALKILN_VERSION: output
ALKILN_VERSION: delete
9 changes: 8 additions & 1 deletion docassemble/ALKilnTests/data/questions/AL_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ code: |
users[1].name.first
end
---
id: field code mix
id: AL-type name fields
question: |
AL-type name fields
fields:
- code: |
users[0].name_fields()
---
id: field code mix as well as AL-type name fields
sets:
- users[i].name.first
question: |
Expand Down
8 changes: 4 additions & 4 deletions docassemble/ALKilnTests/data/sources/assembly_line.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Assembly Line package-specific Steps

# Note: the first test for this suite is the first test in this file and we're having timeout issues, so we're trying to give the server longer to load.

@fast @al1 @temp_error
@fast @al1
Scenario: I have two name parts
Given the max secs for each step is 120
Given I start the interview at "AL_tests"
Expand All @@ -18,7 +18,7 @@ Scenario: I have two name parts
And I tap to continue
Then the question id should be "end"

@fast @al1_no_proxy @no_proxy @temp_error
@fast @al1_no_proxy @no_proxy
Scenario: I use no proxies and have two name parts
Given the max secs for each step is 120
Given I start the interview at "AL_tests"
Expand All @@ -31,7 +31,7 @@ Scenario: I use no proxies and have two name parts
And I tap to continue
Then the question id should be "end"

@fast @al2 @temp_error
@fast @al2
Scenario: I have three name parts
Given I start the interview at "AL_tests"
And I set the name of "users[0]" to "Uli Udo User"
Expand All @@ -43,7 +43,7 @@ Scenario: I have three name parts
And I tap to continue
Then the question id should be "end"

@fast @al3 @temp_error
@fast @al3
Scenario: I have four name parts
Given I start the interview at "AL_tests"
And I set the name of "users[0]" to "Uli Udo User II"
Expand Down
2 changes: 1 addition & 1 deletion docassemble/ALKilnTests/data/sources/story_tables.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Story tables
NOTE:
Unit tests make sure that all things that are supposed to match do match.

@fast @st1 @mixed @temp_error
@fast @st1 @mixed
Scenario: Proxy and regular vars are mixed
Given I start the interview at "AL_tests"
And I get to "end" with this data:
Expand Down

0 comments on commit 83d2706

Please sign in to comment.