lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Database cleanup between tests is not sufficient enough, eg viewpoints persist. #101

Open Vassyli opened 7 years ago

Vassyli commented 7 years ago

This seems like a weird bug for me, but I am not able to run two independent test files in module/new-day without data infererring with each other, while in the core it seems to work without any issue at all...?

Vassyli commented 7 years ago

Update: The error is due to insufficient database cleanup after every test. We need to look into this and provide a base test that does everything.