Check against black
This commit is contained in:
parent
eaed2f339f
commit
534d2a491e
2 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,4 @@ jobs:
|
|||
- run: env/bin/pip install -e .
|
||||
- run: env/bin/pip install -r dev-requirements.txt
|
||||
- run: env/bin/python setup.py test
|
||||
- run: env/bin/black tests ipc_unix
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
from unittest import TestCase
|
||||
|
||||
|
||||
class BasicTestCase(TestCase):
|
||||
def test_something_basic(self):
|
||||
self.assertTrue(True)
|
||||
|
|
Reference in a new issue