[issue19265] Increased test coverage for datetime pickling

2013-10-15 Thread Colin Williams

New submission from Colin Williams:

This just increases test coverage for the datetime module by one line.

--
components: Library (Lib)
files: datetimepickling.patch
keywords: patch
messages: 13
nosy: Colin.Williams
priority: normal
severity: normal
status: open
title: Increased test coverage for datetime pickling
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file32132/datetimepickling.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19265
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19350] macurl2path coverage

2013-10-22 Thread Colin Williams

New submission from Colin Williams:

Ported the tests built into the library requiring manual verification over to 
the testing framework.  Those tests only provided 77% coverage, so I improved 
that up to 99%.  Can't get the last line because it's only reachable on older 
model macs.

--
components: Tests
files: url2pathname.patch
keywords: patch
messages: 200947
nosy: Colin.Williams
priority: normal
severity: normal
status: open
title: macurl2path coverage
Added file: http://bugs.python.org/file32301/url2pathname.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19350
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19382] tabnanny unit tests

2013-10-24 Thread Colin Williams

New submission from Colin Williams:

I didn't test the stdout and stderr stuff, but I got the module up to 74% 
coverage.

--
files: tabnanny.patch
keywords: patch
messages: 201194
nosy: Colin.Williams
priority: normal
severity: normal
status: open
title: tabnanny unit tests
Added file: http://bugs.python.org/file32344/tabnanny.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19382
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19382] tabnanny unit tests

2013-10-24 Thread Colin Williams

Colin Williams added the comment:

Alright, I'll wait until that one gets committed, and then add in my changes.  
I think between the two of us we'll get close to 100%

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19382
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19383] nturl2path test coverage

2013-10-24 Thread Colin Williams

New submission from Colin Williams:

Full coverage on this module

--
files: nturl2path.patch
keywords: patch
messages: 201197
nosy: Colin.Williams
priority: normal
severity: normal
status: open
title: nturl2path test coverage
Added file: http://bugs.python.org/file32345/nturl2path.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19383
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19417] bdb test coverage

2013-10-27 Thread Colin Williams

New submission from Colin Williams:

This one is pretty involved.  The tests might reach into the guts of the 
modules a bit too much, I'd be open to less invasive suggestions.

--
files: bdb.patch
keywords: patch
messages: 201481
nosy: Colin.Williams
priority: normal
severity: normal
status: open
title: bdb test coverage
Added file: http://bugs.python.org/file32389/bdb.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19417
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19417] Add tests for bdb (previously not tested)

2013-11-03 Thread Colin Williams

Colin Williams added the comment:

I've updated the patch to consolidate some duplicated code.  Unfortunately, I 
wasn't able to move anything to setUpClass without messing even more with the 
internals.  I haven't had a chance to refine the code further based on 
xdegaye's suggestions, but I wanted to make sure I was getting feedback on the 
most up-to-date code.

--
Added file: http://bugs.python.org/file32485/bdb.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19417
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com