AnssiR66 / AlanStdLib

The Standard Library for ALAN Interactive Fiction Language
Other
5 stars 2 forks source link

Add Tests for Room Objects #43

Closed tajmone closed 5 years ago

tajmone commented 5 years ago

Create new multipurpose test location (a house with kitchen and garden) to allow testing different categories of classes and verbs against each other. Since the new tests script allows running multiple solution files against the same adventure, we'll be using the house setting for various independent tests from now on.

Add solution file to test room_object class: currently tests floor with various verbs that should be overridden by floor body -- the test shows that most of them fail due to CHECKs on the main verb preventing their execution.