mikec964 / meeple-matcher

Recommendation engine for board games, using data from BoardGameGeek.com
GNU General Public License v3.0
1 stars 0 forks source link

Tests are fragile #8

Open mikec964 opened 7 years ago

mikec964 commented 7 years ago

Some unit tests check for particular data: Games in the collection or ratings of a game. If the BGG source or cache files are updated, the tests will fail.

Need to possibly create special test files or test file directory for testing this specific.