We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c7bd5 commit beb9e3eCopy full SHA for beb9e3e
Makefile
@@ -1,7 +1,7 @@
1
-test: lint tatsu_test documentation examples
+test: lint pytest documentation examples
2
3
4
-tatsu_test: clean
+pytest: clean
5
pytest --cov
6
7
tatsu/collections/__init__.py
@@ -1,2 +1 @@
from .boundeddict import BoundedDict # noqa: F401
-from .orderedset import OrderedSet # noqa: F401
tatsu/collections/orderedset.py
0 commit comments