Fixing the tests folder name.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user