chia-blockchain/tests/test_setproctitle.py

8 lines
174 B
Python

import unittest
from setproctitle import setproctitle
class TestSetProcTitle(unittest.TestCase):
def test_does_not_crash(self):
setproctitle("chia test title")