evennia / ainneve

A full example game created in Evennia (under development, anyone can help!)
77 stars 52 forks source link

Traits test rewrite #119

Closed ChrisLR closed 2 years ago

ChrisLR commented 3 years ago

This adds a simple function that parses lines that come from commands using Traits to display info. Many tests are failing because they attempt to compare Strings and the order of those Strings are not Guaranteed and are prone to change. Also moved some tests to their own TestCase and/or TestMethods as tests should only have one reason to fail.

ChrisLR commented 3 years ago

I will update more tests on another PR at a later time as I think fixing tests is the first step to get the project back on track.