| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Adds unit tests, and splits existing unit tests into different files:
qa_file_source.py - tests file_source_f
qa_file_sink.py - tests file_sink_f
qa_file_descriptor_source_sink.py - tests file_descriptor_*_f
|
|
|
|
|
|
| |
Test was opening zero-length file and depending on it to be populated
later. With addition of offset/length fields, file_source will be required
to check file size on open.
|
| |
|
| |
|
|
|
|
|
|
| |
- Add a configurable "file_begin" stream tag
which is especially useful in repeat mode.
- Added unit tests for new functionality
|
|
|
|
|
|
|
|
| |
Instead of setting a fixed file name for unit test of file_source,
rather employ the tempfile module in a with statement.
This was suggested by Johnathan in
https://github.com/gnuradio/gnuradio/pull/1301
|
|
|
|
|
| |
otherwise if seek is called before work, a segmentation fault will occur
as d_fp is null
|
|
uninstalled import works with recent changes.
|