def test_pid_from_str_neg(self):

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