serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
168 stars 61 forks source link

Make tests easier to write #34

Closed gsouf closed 7 years ago

gsouf commented 8 years ago

Hard unit tests means no joy at implementing new features and fixing google update

Easy way of writing test means fastest development.

Unit tests for google parser are hard to write and to read. A new - descriptive - way for writing tests is needed

gsouf commented 7 years ago

Although all test were not migrated, the new test workflow is working correctly and it's not necessary to migrate old tests for the moment.