Open GoogleCodeExporter opened 9 years ago
The CEF 3 unit tests:
https://code.google.com/p/chromiumembedded/source/browse/trunk/cef3/tests/unitte
sts/
Original comment by czarek.t...@gmail.com
on 29 May 2013 at 4:03
Right now most of the tests of the features are in the cefadvanced.py
and wxpython.py scripts, but you need to manually test it.
Original comment by czarek.t...@gmail.com
on 29 May 2013 at 4:06
[deleted comment]
[deleted comment]
In Cython code whenever possible static types are used. This helps discover
bugs early during compilation stage. Though, not everything can be static
typed. For example for strings a py_string type is used, which is defined as a
general python object. So it's not that bad that cefpython doesn't have unit
tests, but it's also not good.
Original comment by czarek.t...@gmail.com
on 18 Jan 2014 at 11:39
[deleted comment]
[deleted comment]
Original comment by czarek.t...@gmail.com
on 14 Jan 2015 at 6:37
There was a release for Mac recently. Right now I'm working 64bit release for
Windows. Next in the plans are releases for Python 3.4. This will give us in
total 12 configurations to test with each new release (Mac+Linux+Win *
32bit+64bit * Py27+Py34). It would be a nightmare to test this manually. We
need unit tests. Giving this a high priority.
Original comment by czarek.t...@gmail.com
on 16 Jan 2015 at 7:51
[deleted comment]
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/59
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:30
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 29 May 2013 at 4:02