Пример #1
0
    def test_milli_2_readadble5(self):
        """Function:  test_milli_2_readadble5

        Description:  Test with 1000000000ms.

        Arguments:

        """

        self.assertEqual(gen_libs.milli_2_readadble(1000000000), self.answer5)
Пример #2
0
    def test_milli_2_readadble6(self):
        """Function:  test_milli_2_readadble6

        Description:  Test with -1ms.

        Arguments:

        """

        self.assertEqual(gen_libs.milli_2_readadble(-1), self.answer6)