Fixing the tests folder name.
parent
74bde47cb5
commit
50ae4fdb7f
|
@ -0,0 +1,12 @@
|
|||
Feature: The AutoIt API client
|
||||
# ======================== AutoIt Test ========================
|
||||
Scenario: Testing the AutoIt client
|
||||
Given the AutoIt client
|
||||
When the test method is called
|
||||
Then the string "Autoit Svc Ok" must be returned
|
||||
|
||||
# ======================== AutoIt Test ========================
|
||||
Scenario: Using an AutoIt command through AutoIt client
|
||||
Given the AutoIt client
|
||||
When the do method is called with "ClipPut ( "test" )"
|
||||
Then the string "test" must me recorded on ClipBoard
|
|
@ -0,0 +1,3 @@
|
|||
from behave import *
|
||||
|
||||
from cli import AutoIt
|
Loading…
Reference in New Issue