Pylinting

This commit is contained in:
2023-02-07 17:48:11 +02:00
parent 9ae6f60325
commit 1c4dfb99a0
14 changed files with 1935 additions and 1783 deletions

View File

@ -1 +0,0 @@

View File

@ -1,5 +1,6 @@
from ziffers import *
""" Test cases for the parser """
import pytest
from ziffers import parse_expression
def test_can_parse():

View File

@ -1,3 +1,4 @@
""" Tests for the scale module """
from ziffers import scale
import pytest