Skip to content

2.0.0a1 complete reincarnation of Selene for python version >= 3.7 (yet as an very early alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@yashaka yashaka released this 28 Dec 12:38
· 845 commits to master since this release

Complete reincarnation of Selene for python version >= 3.7 :)

Current limitations

  • no test coverage;

  • do updated docs

    • you can check the only one working test at tests/acceptance/shared_browser/straightforward_style_test.py
    • and use it as a fast intro
    • keep in mind that it describes old style + new style;
    • so you will not see there some guides for newer style; wait for that;)
  • no hooks (and so no screenshots in error messages);

  • no temporal support for 1.0.0 aliases for some methods

    • will be added as deprecated and kept for some time to allow smoother migration
  • old implementation of everything still exists in selene.support.past.*