Query tankerkönig API with given apikey and station

This commit is contained in:
Alexander Kobjolke 2023-11-26 21:12:12 +01:00
parent b5d61674d8
commit 6603e65131
6 changed files with 242 additions and 48 deletions

View file

@ -1,12 +1,8 @@
module TK2MQTTSpec (spec) where
import HCat.Internal
import TK2MQTT.Internal
import Test.Hspec
import Test.Hspec.QuickCheck (prop)
spec :: Spec
spec = do
describe "parseArgs" do
it "returns the filename if given a single argument" do
True `shouldBe` True
spec = pure ()