belaudiobooks / website

Catalog of belarusian audiobooks
GNU General Public License v3.0
32 stars 6 forks source link

Switch tests to fake data #90

Closed nbeloglazov closed 1 year ago

nbeloglazov commented 1 year ago

Currently webdriver tests load production data from belaudiobooks/data . It becomes hard to manage and slows down tests. Additionally it prevents us from adding test in the same PR if PR contains change to models. Instead fake data should be generated by individual test cases.