Skip to content

Commit

Permalink
add robotframework keywords heuristic
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Aug 30, 2024
1 parent eca4b12 commit 655f416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,12 @@ def test_res_by_heuristics
})
end

def test_resource_by_heuristics
assert_heuristics({
"RobotFramework" => all_fixtures("RobotFramework", "*.resource")
})
end

def test_rno_by_heuristics
assert_heuristics({
"RUNOFF" => all_fixtures("RUNOFF", "*.rno"),
Expand Down

1 comment on commit 655f416

@Bonniemarie216
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Please sign in to comment.