John Evans
b5331ce36e
Removed _file_size attribute, it's unneeded.
2013-07-17 06:26:33 -04:00
jevans
657e497ed0
Merge branch 'issue76' into devel
2013-07-16 19:53:36 -04:00
jevans
196bb9de47
Closes #76 . Issue was inapplicable.
...
Patching the library handle wasn't appropriate since the tests are
really concerned with reloading the entire package. imp.reload in
setUpClass and tearDownClass really was the correct way to go.
2013-07-16 19:52:10 -04:00
jevans
409adeef56
Make email address more straightforward.
2013-07-16 19:19:44 -04:00
John Evans
fd8423b686
Merge branch 'issue51' into devel
2013-07-16 18:48:31 -04:00
John Evans
a1c779b729
Simplified test requirements, dropping scikit-image and freeimage.
...
closes #51
2013-07-16 18:45:25 -04:00
John Evans
fa08fc0670
Not going to bother with a test_requires section. Closes #51 .
...
Numpy causes trouble on the mac with test_requires. Anyway, the only
real hard requirement is "mock" with 2.6 and 2.7, and that's hardly
worth the extra trouble. matplotlib and pillow are optional requirements.
2013-07-16 18:26:53 -04:00
John Evans
492da55af0
Moving test requirements into its own area. Worked on Fedora19, python 2.7. #51
2013-07-16 16:41:33 -04:00
John Evans
409284ad88
Had to simplify the check for skimage/matplotlib backend.
...
It was failing when skimage was present, but not freeimage.
2013-07-16 16:03:46 -04:00
John Evans
8ec0d778e9
Don't import test package, too many dependencies.
2013-07-16 16:03:21 -04:00
John Evans
fc737ed00d
Replaced IOError with custom glymur.jp2k.LibraryNotFoundError
...
To be used when an openjpeg library is not available to perform a certain task.
2013-07-16 12:58:34 -04:00
John Evans
02da3f1368
Fixed typo in monkey-patch code, #76
2013-07-16 08:47:02 -04:00
John Evans
13ff187fc0
Tests to error out with read_bands, write without libraries present.
2013-07-16 07:04:30 -04:00
jevans
7c0d1385b8
Added test for expected read error when both libraries missing.
2013-07-15 21:12:44 -04:00
John Evans
34b45ba822
Using os.path.getsize instead of os.stat
2013-07-15 18:49:38 -04:00
John Evans
c35bcaead0
Modernized printing tests.
...
Using recipe 14.1 described in "Python Cookbook", mock.patch works much
better.
2013-07-15 06:40:13 -04:00
jevans
20c1e7d99b
Merge branch 'little' into devel
2013-07-14 21:09:56 -04:00
jevans
6177e32891
Reenabled config tests.
2013-07-14 21:08:56 -04:00
jevans
6e0e982ae2
Updated for svn revision 2345. Two more tests passing.
2013-07-14 11:55:29 -04:00
John Evans
378f0c59cf
Needed to import sys.
2013-07-14 07:37:40 -04:00
John Evans
c5c04aab32
Merge branch 'v1.3' into devel
2013-07-14 07:34:22 -04:00
John Evans
643f956e0c
test discovery for glymur.runtests fixed on python2.6
2013-07-14 07:33:43 -04:00
John Evans
f0dfe39932
TestSuite15.test_ETS_JP2_file9 now appropriate for 1.3
2013-07-14 07:32:54 -04:00
John Evans
49c5a6dc41
Merge branch 'v1.3' into devel
2013-07-13 21:38:47 -04:00
John Evans
da922d4afc
Qualified on openjpeg version 1.3, python 2.7, raspberry pi
2013-07-13 21:37:35 -04:00
John Evans
0da92f99a3
Merge branch 'issue74' into devel
2013-07-13 15:30:26 -04:00
John Evans
8577c55d22
Closes #74
2013-07-13 15:29:58 -04:00
John Evans
47965ac7b7
Merge branch 'issue75' into devel
2013-07-13 13:14:36 -04:00
John Evans
5ecff26614
Some differences noted in XML printing. Some extra requirements. Closes #75 .
...
A couple of XML printing tests were commented out because of differences
between the ways that 2.6 and 2.6+ versions of ElementTree print XML.
A 2.6 installation will require one to install ordereddict and
unittest2.
2013-07-13 13:11:22 -04:00
John Evans
fb76ecf369
Python 2.6 has no unittest module, use unittest2 instead. #75
2013-07-13 07:39:42 -04:00
John Evans
03bdd3bf9b
Merge branch 'master' into devel
2013-07-12 08:32:05 -04:00
jevans
da0af7417b
Updating release numbers for problems with pypi release.
2013-07-11 19:18:18 -04:00
jevans
a0b239f484
Rebumping for 0.2.1 release.
2013-07-11 19:15:51 -04:00
jevans
20609246f9
Fixed windows trove classifier.
2013-07-11 19:14:29 -04:00
jevans
fc07117faa
Merge branch 'release-0.2.0'
2013-07-11 19:03:54 -04:00
John Evans
4efbaaf95a
No longer considered alpha status.
2013-07-11 16:35:47 -04:00
John Evans
621df8e601
Last doc update.
2013-07-11 16:30:15 -04:00
John Evans
509f4efdf1
Added Fedora 19 notes.
2013-07-11 16:20:46 -04:00
John Evans
6e67910211
Platform-specific notes.
2013-07-11 08:12:20 -04:00
John Evans
3f8495a3bb
pep8 work.
2013-07-10 19:34:33 -04:00
John Evans
29f1dcdc43
Added Fedora 18 notes.
2013-07-10 19:02:23 -04:00
John Evans
3b6aba7e1e
It's possible for openjpeg timing message to have a minus sign preceding dwt.
2013-07-10 19:00:36 -04:00
John Evans
fd227baf67
Have to gracefully handle missing openjp2.
2013-07-10 19:00:16 -04:00
John Evans
bfdebf5b48
Merge branch 'issue68' into release-0.2.0
...
Conflicts:
release.txt
2013-07-10 18:43:32 -04:00
John Evans
ed79e61a35
Bumping for 0.2.0 release, added to mac instructions.
2013-07-10 18:39:22 -04:00
John G Evans
3cb640b1f5
Updated with windows stats.
2013-07-10 15:50:35 -04:00
John G Evans
d1f43187fd
Working run test run on windows with only openjpeg.
2013-07-10 12:05:06 -04:00
U-john-PC\john
94d59ddec5
Merge branch 'issue68' of https://github.com/quintusdias/glymur into issue68
2013-07-10 08:05:05 -04:00
U-john-PC\john
d480a26af4
TypeError being thrown on vista instead of OSError. #71
2013-07-10 08:04:30 -04:00
U-john-PC\john
22fbb97d56
TypeError being thrown on vista instead of OSError.
2013-07-10 08:02:44 -04:00