def test_pid_from_str(self):

        n = 26943
        res = lu.pid_from_str('%s' % n)
        assert_is_instance(res, int)