Skip to content

Commit

Permalink
added testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkp220 committed Mar 9, 2018
1 parent b74cc2d commit 9f50658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Zabbix
using Base.Test

z = Zabbix.ZabbixAPI("https://www.example.com/zabbix/api_jsonrpc.php","username","password")
@test typeof(z) == ZabbixAPI

0 comments on commit 9f50658

Please sign in to comment.