-
-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Description
Right now most features are being tested by running the wxpython.py example and testing features manually.
Take a look at CEF unit tests:
https://bitbucket.org/chromiumembedded/cef/src/master/tests/unittests/
Create "unittests/" directory in repo's root directory.
Created unit tests runner that allows running IsolatedTest cases that are needed for some CEF testing:
https://github.com/cztomczak/pycef/blob/master/unittests/_runner.py
Original issue reported on code.google.com by czarek.t...@gmail.com
on 29 May 2013 at 4:02
- Blocking: Update Cython to latest #110