Robin Dunn
|
56382234b4
|
Merge pull request #63 from swt2c/fix_floatcanvas_bbox_tests
Remove stray print() from floatcanvas bbox tests - it was causing an …
|
2016-05-09 18:41:47 -07:00 |
|
Robin Dunn
|
2a713adf1c
|
Merge pull request #62 from swt2c/skip_dcprint_tests
Skip PrinterDC tests on wxGTK - PrinterDC isn't supported and will crash
|
2016-05-09 18:41:33 -07:00 |
|
Robin Dunn
|
0ac6651442
|
Merge pull request #66 from swt2c/skip_dcgraph_print_test
Skip PrinterDC test on wxGTK
|
2016-05-09 18:35:31 -07:00 |
|
Robin Dunn
|
b96160b4de
|
Merge pull request #61 from swt2c/fix_eventfilter
Fix wxEventFilter - don't mark as abstract but remove default constru…
|
2016-05-07 19:17:39 -07:00 |
|
Robin Dunn
|
4f38ee259d
|
Remove imp_unittest
|
2016-05-07 19:16:28 -07:00 |
|
Robin Dunn
|
1b7daf2d12
|
Merge pull request #58 from swt2c/fix_throbber_test
Fix throbber test crash on GTK2
|
2016-05-07 18:59:24 -07:00 |
|
Robin Dunn
|
c96d31f919
|
Instead of hacking the generated C++ after the fact,
generate the sip code a little differently for the int tricky constants,
and add some tests.
|
2016-05-07 01:27:28 -07:00 |
|
Robin Dunn
|
7a09ff53ca
|
Merge pull request #47 from swt2c/skip_webkit_tests
Skip the webkit tests if not on Mac
|
2016-05-02 21:19:46 -07:00 |
|
Scott Talbert
|
0ff5d9429c
|
Skip PrinterDC test on wxGTK
|
2016-04-06 23:27:17 -04:00 |
|
Scott Talbert
|
b96521f7b3
|
Remove stray print() from floatcanvas bbox tests - it was causing an Exception
|
2016-04-05 22:37:41 -04:00 |
|
Scott Talbert
|
21dd774744
|
Skip PrinterDC tests on wxGTK - PrinterDC isn't supported and will crash
|
2016-04-05 22:35:50 -04:00 |
|
Scott Talbert
|
7040e3018d
|
Fix wxEventFilter - don't mark as abstract but remove default constructors
Also add a unittest and update the documentation
|
2016-04-05 20:45:33 -04:00 |
|
Scott Talbert
|
ed6197e069
|
Fix throbber test crash on GTK2
Move GetBitmap() code into test case so that it is not executed before the
wx.App object is created.
|
2016-03-27 22:27:43 -04:00 |
|
Robin Dunn
|
23e69cb9b8
|
Some cleanup and comments
|
2016-03-09 21:10:08 -08:00 |
|
Scott Talbert
|
3b65107ee0
|
Skip the webkit tests if not on Mac
|
2016-03-09 23:53:52 -05:00 |
|
Robin Dunn
|
2078c55af7
|
Use a MappedType for wxIntPtr and wxUIntPtr too.
|
2016-03-09 20:29:12 -08:00 |
|
Robin Dunn
|
e69accaa9f
|
* Deal with wxIntPtr and wxUIntPtr with a typedef (for now?)
* Add wacky_int tests
* Some cleanup
|
2016-03-08 22:49:57 -08:00 |
|
Robin Dunn
|
9b620ff32e
|
Merge pull request #25 from wernerfb/2015-july-intctrl
wx.lib.intctrl
|
2016-02-28 00:48:06 -08:00 |
|
Robin Dunn
|
34fb823cd4
|
Add unit tests for MediaCtrl and MediaEvent.
|
2016-02-27 23:51:16 -08:00 |
|
Robin Dunn
|
30a2bf13bc
|
Add [Show|Hide]NativeCaret for MSW.
|
2016-02-27 18:04:04 -08:00 |
|
Robin Dunn
|
29119c37f8
|
Skip wx.UIActionSimulator.Char and .Text tests on OSX
|
2016-02-26 15:23:31 -08:00 |
|
Robin Dunn
|
157c2a43e0
|
fix test assertion
|
2016-02-22 21:07:17 -08:00 |
|
Robin Dunn
|
3bd8317aaf
|
skip pdfviewer tests on Mac
|
2015-12-23 18:05:01 -08:00 |
|
Robin Dunn
|
bd83c28a01
|
vec2d tests do not need pypdf
|
2015-12-23 17:56:43 -08:00 |
|
Robin Dunn
|
e45b7667f8
|
get the uiaction tests working on OSX again, mostly
|
2015-12-23 17:36:03 -08:00 |
|
Robin Dunn
|
d051ec1420
|
ensure that waitFor calls myYield at least once
|
2015-12-23 17:35:08 -08:00 |
|
Robin Dunn
|
b3d579ed37
|
use correct variable name
|
2015-12-23 17:29:09 -08:00 |
|
wernerfb
|
92eab4f8fb
|
- add a simple unittest
- force __allow_long to True on Py3
|
2015-07-24 16:08:41 +02:00 |
|
Robin Dunn
|
695412a701
|
KeyEvent.GetUnicodeKey should return an integer, not a str/unicode object.
|
2015-04-15 09:53:40 -07:00 |
|
Robin Dunn
|
ee5547adc4
|
Merge pull request #107 from wernerfb/2015-april-splitter
lib.splitter tests and doc
|
2015-04-11 17:37:46 -07:00 |
|
Robin Dunn
|
88b52b3bd2
|
Merge pull request #105 from wernerfb/2015-april-resizewidget
resizewidget - test and documentation
|
2015-04-11 17:29:31 -07:00 |
|
Robin Dunn
|
7caef161f5
|
Merge pull request #104 from wernerfb/2015-april-ticker
ticker tested on Py3.4 and doc updated
|
2015-04-11 17:13:29 -07:00 |
|
Robin Dunn
|
870d273f44
|
Merge pull request #102 from wernerfb/2015-april-throbber
throbber doc update and a simple unittest
|
2015-04-11 16:58:19 -07:00 |
|
Robin Dunn
|
0d76c8ebdf
|
Fix passing the widths to SetFieldsCount
|
2015-04-11 16:30:32 -07:00 |
|
wernerfb
|
16bed7e7f1
|
add some tests
|
2015-04-08 17:09:38 +02:00 |
|
wernerfb
|
32b5d578fa
|
add a simple test
|
2015-04-07 17:41:10 +02:00 |
|
wernerfb
|
1b276f6674
|
a simple test
|
2015-04-07 11:52:21 +02:00 |
|
wernerfb
|
714652eaa6
|
add a simple unittest
|
2015-04-05 12:02:31 +02:00 |
|
Werner F Bruhin
|
fa0eb1c575
|
add some tests for speedmeter
|
2015-03-26 09:53:59 +01:00 |
|
Robin Dunn
|
9289a7cf84
|
Various tweaks and updates for unittests
|
2015-03-25 20:40:01 -07:00 |
|
Robin Dunn
|
3a44ba8f0b
|
Fix __setitem__ and add another test
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
b3089a52e8
|
Add Get() and sequence protocol methods to RichTextRange
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
b048fb93ef
|
Pythonize StatusBar.SetStatusStyles
|
2015-03-06 17:02:19 -08:00 |
|
wernerfb
|
2ad78d83ab
|
Allow that an individual controls saves/restores its value (got into SVN at some point)
|
2015-03-01 18:07:04 +01:00 |
|
Werner F Bruhin
|
5b606897ca
|
- test for background color to be correct
|
2015-02-27 10:47:51 +01:00 |
|
Werner F Bruhin
|
c6eff96a3f
|
- timectrl demo shows all values as invalid/out of bounds
- so added a test, but strangely enough that passes, but doesn't hurt
|
2015-02-27 10:47:50 +01:00 |
|
Robin Dunn
|
15e911fd96
|
Change the wx.DateTime.Parse*() to be like they were in Classic, returning a -1 on failure, or the number of characters parsed otherwise.
Add some unit tests to exercise the new methods.
|
2015-02-25 00:00:23 -08:00 |
|
Robin Dunn
|
869213973e
|
Ensure mouse is released to fix test
|
2015-02-16 17:19:47 -08:00 |
|
Robin Dunn
|
fc8a5ee480
|
Merge branch 'june_flatmenu' of https://github.com/wernerfb/Phoenix into wernerfb-june_flatmenu
|
2015-02-16 16:29:47 -08:00 |
|
Robin Dunn
|
464f3c5c39
|
Add test for richtextxml
|
2015-02-16 16:00:23 -08:00 |
|