Added basic parser functionality & tests for these functionalites. Split tests in several files
This commit is contained in:
parent
4c1f25e49d
commit
83659e69b4
9 changed files with 504 additions and 12 deletions
9
test/InteractionSpec.hs
Normal file
9
test/InteractionSpec.hs
Normal file
|
@ -0,0 +1,9 @@
|
|||
module InteractionSpec where
|
||||
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = do
|
||||
describe "Player with Inventory" $ do
|
||||
it "TODO: Simple test" $ do
|
||||
pending
|
Reference in a new issue