コード例 #1
0
 def test_2ch_1_18_is_2_1(self):
     book = '2ch'
     ref = hebrew_to_ufw(book, 1, 18)
     expected = {'book': book, 'chapter': 2, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #2
0
 def test_deu_23_1_is_22_30(self):
     book = 'deu'
     ref = hebrew_to_ufw(book, 23, 1)
     expected = {'book': book, 'chapter': 22, 'verse': 30}
     self.assertEqual(expected, ref.to_dict())
コード例 #3
0
 def test_1sa_21_1_is_20_42(self):
     book = '1sa'
     ref = hebrew_to_ufw(book, 21, 1)
     expected = {'book': book, 'chapter': 20, 'verse': 42}
     self.assertEqual(expected, ref.to_dict())
コード例 #4
0
 def test_lev_5_20_is_6_1(self):
     book = 'lev'
     ref = hebrew_to_ufw(book, 5, 20)
     expected = {'book': book, 'chapter': 6, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #5
0
 def test_num_30_1_is_29_40(self):
     book = 'num'
     ref = hebrew_to_ufw(book, 30, 1)
     expected = {'book': book, 'chapter': 29, 'verse': 40}
     self.assertEqual(expected, ref.to_dict())
コード例 #6
0
 def test_mal_3_19_is_4_1(self):
     book = 'mal'
     ref = hebrew_to_ufw(book, 3, 19)
     expected = {'book': book, 'chapter': 4, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #7
0
 def test_exo_7_26_is_8_1(self):
     book = 'exo'
     ref = hebrew_to_ufw(book, 7, 26)
     expected = {'book': book, 'chapter': 8, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #8
0
 def test_jer_8_23_is_9_1(self):
     book = 'jer'
     ref = hebrew_to_ufw(book, 8, 23)
     expected = {'book': book, 'chapter': 9, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #9
0
 def test_converting_from_ufw_to_hebrew(self):
     # gen 31:55 (ufw) -> gen 32:1 (hebrew)
     book = 'gen'
     ref = hebrew_to_ufw(book, 31, 55, False)
     expected = {'book': book, 'chapter': 32, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #10
0
 def test_job_40_25_is_41_1(self):
     book = 'job'
     ref = hebrew_to_ufw(book, 40, 25)
     expected = {'book': book, 'chapter': 41, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #11
0
 def test_sng_7_1_is_6_13(self):
     book = 'sng'
     ref = hebrew_to_ufw(book, 7, 1)
     expected = {'book': book, 'chapter': 6, 'verse': 13}
     self.assertEqual(expected, ref.to_dict())
コード例 #12
0
 def test_neh_10_1_is_9_38(self):
     book = 'neh'
     ref = hebrew_to_ufw(book, 10, 1)
     expected = {'book': book, 'chapter': 9, 'verse': 38}
     self.assertEqual(expected, ref.to_dict())
コード例 #13
0
 def test_neh_3_33_is_4_1(self):
     book = 'neh'
     ref = hebrew_to_ufw(book, 3, 33)
     expected = {'book': book, 'chapter': 4, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #14
0
 def test_2ch_13_23_is_14_1(self):
     book = '2ch'
     ref = hebrew_to_ufw(book, 13, 23)
     expected = {'book': book, 'chapter': 14, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #15
0
 def test_nah_2_1_is_1_15(self):
     book = 'nah'
     ref = hebrew_to_ufw(book, 2, 1)
     expected = {'book': book, 'chapter': 1, 'verse': 15}
     self.assertEqual(expected, ref.to_dict())
コード例 #16
0
 def test_dan_3_31_is_4_1(self):
     book = 'dan'
     ref = hebrew_to_ufw(book, 3, 31)
     expected = {'book': book, 'chapter': 4, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #17
0
 def test_zec_2_1_is_1_18(self):
     book = 'zec'
     ref = hebrew_to_ufw(book, 2, 1)
     expected = {'book': book, 'chapter': 1, 'verse': 18}
     self.assertEqual(expected, ref.to_dict())
コード例 #18
0
 def test_dan_6_1_is_5_31(self):
     book = 'dan'
     ref = hebrew_to_ufw(book, 6, 1)
     expected = {'book': book, 'chapter': 5, 'verse': 31}
     self.assertEqual(expected, ref.to_dict())
コード例 #19
0
 def test_gen_32_1_is_31_55(self):
     book = 'gen'
     ref = hebrew_to_ufw(book, 32, 1)
     expected = {'book': book, 'chapter': 31, 'verse': 55}
     self.assertEqual(expected, ref.to_dict())
コード例 #20
0
 def test_hos_12_1_is_11_12(self):
     book = 'hos'
     ref = hebrew_to_ufw(book, 12, 1)
     expected = {'book': book, 'chapter': 11, 'verse': 12}
     self.assertEqual(expected, ref.to_dict())
コード例 #21
0
 def test_exo_21_37_is_22_1(self):
     book = 'exo'
     ref = hebrew_to_ufw(book, 21, 37)
     expected = {'book': book, 'chapter': 22, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #22
0
 def test_hos_14_1_is_13_16(self):
     book = 'hos'
     ref = hebrew_to_ufw(book, 14, 1)
     expected = {'book': book, 'chapter': 13, 'verse': 16}
     self.assertEqual(expected, ref.to_dict())
コード例 #23
0
 def test_num_17_1_is_16_36(self):
     book = 'num'
     ref = hebrew_to_ufw(book, 17, 1)
     expected = {'book': book, 'chapter': 16, 'verse': 36}
     self.assertEqual(expected, ref.to_dict())
コード例 #24
0
 def test_jol_3_1_is_2_28(self):
     book = 'jol'
     ref = hebrew_to_ufw(book, 3, 1)
     expected = {'book': book, 'chapter': 2, 'verse': 28}
     self.assertEqual(expected, ref.to_dict())
コード例 #25
0
 def test_deu_13_1_is_12_32(self):
     book = 'deu'
     ref = hebrew_to_ufw(book, 13, 1)
     expected = {'book': book, 'chapter': 12, 'verse': 32}
     self.assertEqual(expected, ref.to_dict())
コード例 #26
0
 def test_jon_2_1_is_1_17(self):
     book = 'jon'
     ref = hebrew_to_ufw(book, 2, 1)
     expected = {'book': book, 'chapter': 1, 'verse': 17}
     self.assertEqual(expected, ref.to_dict())
コード例 #27
0
 def test_deu_28_69_is_29_1(self):
     book = 'deu'
     ref = hebrew_to_ufw(book, 28, 69)
     expected = {'book': book, 'chapter': 29, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #28
0
 def test_mic_4_14_is_5_1(self):
     book = 'mic'
     ref = hebrew_to_ufw(book, 4, 14)
     expected = {'book': book, 'chapter': 5, 'verse': 1}
     self.assertEqual(expected, ref.to_dict())
コード例 #29
0
 def test_1sa_24_1_is_23_29(self):
     book = '1sa'
     ref = hebrew_to_ufw(book, 24, 1)
     expected = {'book': book, 'chapter': 23, 'verse': 29}
     self.assertEqual(expected, ref.to_dict())
コード例 #30
0
 def test_1ch_12_5_is_12_4(self):
     book = '1ch'
     ref = hebrew_to_ufw(book, 12, 5)
     expected = {'book': book, 'chapter': 12, 'verse': 4}
     self.assertEqual(expected, ref.to_dict())