Files
Bento4/Test/Python/streamtests.py
julien 68f3e167a6 - fixing scons build
- adding support for 'extra' parameter in the xml inspector
- fixing problems in streams.py and streamtests.py
2008-11-07 05:30:35 +00:00

12 lines
277 B
Python

import bento4.streams as bt4s
import os.path as path
import unittest
BENTO4_TEST_DATA_DIR = path.join(path.dirname(__file__), '..', 'Data')
class StreamTester(unittest.TestCase):
def test_memorystream(self):
stream = bt4s.MemoryByteStream()