packages feed

hercules-ci-agent-0.7.1: test/Spec.hs

module Spec
  ( spec,
  )
where

import qualified Hercules.Agent.Nix.RetrieveDerivationInfoSpec
import qualified Hercules.Agent.NixPathSpec
import qualified Hercules.Agent.WorkerProcessSpec
import Test.Hspec

spec :: Spec
spec = do
  describe "Hercules.Agent.NixPathSpec" Hercules.Agent.NixPathSpec.spec
  describe "Hercules.Agent.WorkerProcessSpec" Hercules.Agent.WorkerProcessSpec.spec
  describe "Hercules.Agent.Nix.RetrieveDerivationInfo" Hercules.Agent.Nix.RetrieveDerivationInfoSpec.spec