tests package

Submodules

tests.test_flags module

class tests.test_flags.TestFlag(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_change_bool()
test_change_bool_missing_reason_not_bool()
test_change_value()
test_change_value_missing_reason_bool()
test_change_value_missing_reason_overflow()
test_change_value_missing_reason_underflow()
test_default_init()
test_init()
test_init_bool()
test_init_bool_and_default()
class tests.test_flags.TestFlags(methodName='runTest')

ベースクラス: unittest.case.TestCase

setUp()

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

test_getDetail()
test_parse_bool_simple()
test_parse_bool_with_number()
test_parse_multi()
test_parse_range_Multi()
test_parse_range_Multi_with_bool()
test_parse_range_negative()
test_parse_range_not_match_only_character()
test_parse_range_positive()
test_parse_range_simple()

tests.test_frq_io module

class tests.test_frq_io.TestFrqRead(methodName='runTest')

ベースクラス: unittest.case.TestCase

エラーなく読み込むことは確認できているが、読み込み値が適正であるかのチェックは不十分

test_read_frq()
test_read_frq_with_emdms()
test_read_frq_with_emdms_negative()

tests.test_pitch module

class tests.test_pitch.TestDecodeBase64(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_max()
test_min()
test_zero()
class tests.test_pitch.TestDecodeRunLength(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_sandwich()
test_simple()
test_twice()
class tests.test_pitch.TestGetFrqFromStr(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_getfrq_Dflat6()
test_getfrq_Dflat6_zen()
test_getfrq_a3()
test_getfrq_a4()
test_getfrq_a5()
test_getfrq_c1()
test_getfrq_c4()
test_getfrq_csharp6()
test_getfrq_csharp6_zen()
class tests.test_pitch.TestGetPitchRange(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_bad_tempo()
test_get_pitch_range()
test_get_pitch_range_tempo_float()
class tests.test_pitch.TestInterpPitch(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_interp_narrow()
test_interp_narrow_with_pad()
test_interp_wide()

tests.test_resamp module

class tests.test_resamp.TestResampInnit(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_adjustVolume()
test_adjustVolume0()
test_adjustVolume200_P100()
test_adjustVolume_P0()
test_adjustVolume_P100()
test_applyPitch()
test_applyPitch_2()
test_applyPitch_with_t_flag()
test_init()
test_input_data()
test_input_data_with_FileNotFoundError()
test_input_data_with_TypeError()
test_output()
test_parse_flag()
test_pitch_shift()
test_resamp()
test_resamp_A100()
test_resamp_A_negative100()
test_resamp_eb100()
test_resamp_eb100_eba10_ebs25()
test_resamp_eb100_eba10_ebs_negative75()
test_resamp_eb100_eba50()
test_resamp_gw100()
test_resamp_gw100_gwa50()
test_resamp_gw100_gws25_gwa10()
test_resamp_gw100_gws_and_gwa_overflow()
test_resamp_gw100_gws_negative75_gwa10()
test_resamp_gw500()
test_resamp_nocache()
test_resamp_vf100()
test_resamp_vf100_vfw200()
test_resamp_vf30_vfw200()
test_resamp_vfn10()
test_resamp_vfn30()
test_stretch_data_long()
test_stretch_data_long_with_e_flag()
test_stretch_data_short()
test_stretch_data_short_with_e_flag()
test_synthesize()
test_synthesize_B0()
test_synthesize_B100()
test_synthesize_g_minus()
test_synthesize_g_plus()

tests.test_stretch module

class tests.test_stretch.TestVelocity(methodName='runTest')

ベースクラス: unittest.case.TestCase

test_velocity_0()
test_velocity_100()
test_velocity_200()
class tests.test_stretch.TestWorldLoop(methodName='runTest')

ベースクラス: unittest.case.TestCase

setUp()

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

test_stretch_0_5()
test_stretch_1_5()
test_stretch_2()
class tests.test_stretch.TestWorldStretch(methodName='runTest')

ベースクラス: unittest.case.TestCase

setUp()

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

test_stretch_0_5()
test_stretch_0_7()
test_stretch_1_5()
test_stretch_2()

tests.test_wave_io module

class tests.test_wave_io.TestWaveRead(methodName='runTest')

ベースクラス: unittest.case.TestCase

エラーなく読み込むことは確認できているが、読み込み値が適正であるかのチェックは不十分

test_input_file_not_found()
test_not_wav_raise_error()
test_read_44100_16_mono()
test_read_44100_16_mono_end_negative_offset()
test_read_44100_16_mono_end_offset()
test_read_44100_16_mono_offset()
test_read_44100_16_mono_range()
test_read_44100_16_stereo()
test_read_44100_24_mono()
test_read_48000_16_mono()
test_read_8000_8_mono()
test_read_8000_8_mono_range()
test_read_96000_32_mono()
class tests.test_wave_io.TestWaveWrite(methodName='runTest')

ベースクラス: unittest.case.TestCase

setUp()

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

test_read_44100_16_mono()
test_read_44100_16_stereo()
test_read_44100_24_mono()
test_read_48000_16_mono()
test_read_8000_8_mono()
test_read_96000_32_mono()

Module contents