stevepryde/thirtyfour

Move to regular tests instead of doctests

stevepryde opened this issue · 1 comments

Using doctests has been a good way to know that each method was tested, but it doesn't scale very well and is very inefficient due to the need to start and stop the browser for every test.

It would be ideal to test using something closer to what fantoccini does, caching the browser instance between tests.
This would speed up testing dramatically, and hopefully allow for running tests on multiple browsers easily too.

Done in v0.30.0