neuralmonkey.tests package

Submodules

neuralmonkey.tests.test_bleu module

class neuralmonkey.tests.test_bleu.TestBLEU(methodName='runTest')

Bases: unittest.case.TestCase

test_bleu()
test_empty_decoded()
test_empty_reference()
test_empty_sentence()
test_identical()

neuralmonkey.tests.test_config module

Tests the config parsing module.

class neuralmonkey.tests.test_config.TestParsing(methodName='runTest')

Bases: unittest.case.TestCase

test_splitter_bad_brackets()
neuralmonkey.tests.test_config.test_splitter_gen(a, b)

neuralmonkey.tests.test_decoder module

neuralmonkey.tests.test_functions module

Unit tests for functions.py.

class neuralmonkey.tests.test_functions.TestPiecewiseFunction(methodName='runTest')

Bases: unittest.case.TestCase

test_piecewise_constant()

neuralmonkey.tests.test_model_part module

neuralmonkey.tests.test_ter module

neuralmonkey.tests.test_vocabulary module

Module contents