Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:seilerphilipp
python-mutagen
reduce-test-length.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reduce-test-length.diff of Package python-mutagen
Index: mutagen-1.39/tests/test___init__.py =================================================================== --- mutagen-1.39.orig/tests/test___init__.py +++ mutagen-1.39/tests/test___init__.py @@ -278,7 +278,7 @@ def generate_test_file_objects(fileobj, def strategy(draw): stop_strat = integers( - min_value=0, max_value=t.dataread).map( + min_value=0, max_value=min(t.dataread, 10)).map( lambda i: _TestFileObj(fileobj, stop_after=i)) fail_strat = integers(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor