hspec / hspec-expectations-lifted

A version of hspec-expectations generalized to MonadIO
MIT License
7 stars 3 forks source link

Easy way to also import Test.Hspec without name conflicts #16

Open BebeSparkelSparkel opened 5 months ago

BebeSparkelSparkel commented 5 months ago

Is there an easy way to also import Test.Hspec less the expectations without name conflicts?

sol commented 5 months ago

Unfortunately there is not. Importing Test.Hspec.Core.Spec and Test.Hspec.Core.Hooks is probably your best option.