andrii-z4i / xmind-sdk-python

xmind sdk
MIT License
10 stars 1 forks source link

E2E tests for sdk #49

Open andrii-z4i opened 6 years ago

andrii-z4i commented 6 years ago

We have to create etalon xmind file and generate an E2E tests for: a) reading of this file and checking that structure in memory is as we expected; b) generating the etalon file programmatically and checking that it is comparable with stored file (can have some differences but mostly in timestamps!)

andrii-z4i commented 6 years ago

@mykola-pysarev part 'a' is for you (do it in a separate test file to avoid being blocked by part 'b') @vlad-shulika part 'b' is for you