yapf + pylint + add style checks to tests
This commit is contained in:
parent
d52fffe826
commit
a1ca4c6579
18 changed files with 130 additions and 299 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import stl
|
||||
import unittest
|
||||
|
||||
import stl
|
||||
|
||||
|
||||
class TestSTLAST(unittest.TestCase):
|
||||
def test_and(self):
|
||||
phi = stl.parse("x")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue