Files
Phoenix/unittests
James Wettenhall f5aca9d312 Destroying each FloatCanvas instance before tearDown avoids exceptions like
this:

wx/lib/floatcanvas/FCObjects.py, line 746, in _Draw
    dc.DrawLines(Points)
TypeError: DC.DrawLines(): argument 1 has unexpected type 'numpy.ndarray'

There's a lot of code duplication between test methods in this class.
It might be better to replace each "fccanvas" with "self.fccanvas", and then
do the common tearDown stuff like "self.fccanvas.Destroy()" in one place.
However, this commit aims to make minimal changes, hencing avoiding replacing
all instances of "fccanvas" with "self.fccanvas"
2017-03-23 22:01:06 +11:00
..
2013-03-25 16:06:25 +00:00
2010-11-13 08:15:40 +00:00
2012-05-22 00:17:34 +00:00
2011-09-20 04:43:51 +00:00
2012-03-10 00:14:08 +00:00
2012-03-10 00:14:08 +00:00
2012-03-10 00:14:08 +00:00
2012-03-10 00:14:08 +00:00
2011-09-18 04:59:15 +00:00
2012-05-17 02:54:28 +00:00
2016-11-11 19:39:18 -08:00
2016-11-11 19:39:18 -08:00
2016-11-11 19:39:18 -08:00
2016-11-11 19:39:18 -08:00
2016-06-30 20:14:58 -07:00
2017-01-21 20:13:06 -08:00
2016-09-30 13:45:41 -07:00
2016-07-29 20:08:10 -07:00
2016-07-04 22:15:36 -07:00
2016-07-04 22:15:36 -07:00
2016-07-04 22:15:36 -07:00
2016-07-04 22:37:01 -07:00
2015-04-05 12:02:31 +02:00
2012-04-17 17:01:23 +00:00
2012-06-08 05:13:36 +00:00
2016-12-05 16:19:11 -06:00