File tree Expand file tree Collapse file tree 3 files changed +4
-41
lines changed Expand file tree Collapse file tree 3 files changed +4
-41
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/firebird-base.svg )] ( https://pypi.org/project/firebird-base )
6
6
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/firebird-base.svg )] ( https://pypi.org/project/firebird-base )
7
7
[ ![ Hatch project] ( https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg )] ( https://github.com/pypa/hatch )
8
+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/firebird-base )] ( https://pypi.org/project/firebird-base )
9
+ [ ![ Libraries.io SourceRank] ( https://img.shields.io/librariesio/sourcerank/pypi/firebird-base )] ( https://libraries.io/pypi/firebird-base )
8
10
9
11
The firebird-base package is a set of Python 3 modules commonly used by [ Firebird Project] ( https://github.com/FirebirdSQL )
10
12
in various development projects (for example the firebird-driver or Saturnin). However, these
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def test_safe_ord():
58
58
with pytest .raises (TypeError ): # Should fail on multi-byte
59
59
safe_ord (b'AB' )
60
60
61
- def test_factory_bytes_create (factory ):
61
+ def test_factory_bytes_create ():
62
62
"""Tests buffer creation edge cases for BytesBufferFactory."""
63
63
bf = BytesBufferFactory ()
64
64
# Size specified, init shorter
@@ -84,7 +84,7 @@ def test_factory_bytes_create(factory):
84
84
# Raw type
85
85
assert isinstance (bf .get_raw (buf ), bytearray )
86
86
87
- def test_factory_ctypes_create (factory ):
87
+ def test_factory_ctypes_create ():
88
88
"""Tests buffer creation edge cases for CTypesBufferFactory."""
89
89
cbf = CTypesBufferFactory ()
90
90
# Size specified, init shorter
You can’t perform that action at this time.
0 commit comments