Load binary data from static directory.
Example:
.. code-block:: python
def test_something(load_binary):
bytes_data = load_binary('data.bin')
Public Member Functions | |
| bytes | __call__ (self, types.PathOrStr filename) |
| bytes testsuite.plugins.common.LoadBinaryFixture.__call__ | ( | self, | |
| types.PathOrStr | filename ) |