neuralmonkey.tests.test_readers module

Unit tests for readers

class neuralmonkey.tests.test_readers.TestStringVectorReader(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_columns()
test_reader()
class neuralmonkey.tests.test_readers.TestT2TReader(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_reader()