BNetTargetDummy / test-runner

Contains our testing framework for the Battle.net API.
MIT License
0 stars 0 forks source link

Data should eventually be randomized from pooled data sets #2

Open coder4life opened 7 years ago

coder4life commented 7 years ago

https://github.com/BNetTargetDummy/test-runner/blob/13ebf4a08fe4392a8d7b0c717287ceca5362f058/tests/access/community/wow/achievements/retrieve-achievement.js#L27

Data should be randomized for data sets. There are some good "Faker" data classes that can provide some filler objects that get mapped to a set of data pool.

4lch4 commented 7 years ago

What about like in 6b2532c1b9d5e57ab84a9542d52ca579ecbc5749, is that what you had in mind?