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 423e665 commit f7d962aCopy full SHA for f7d962a
tests/compas/test_tolerance.py
@@ -4,8 +4,8 @@
4
5
6
def test_tolerance_default_tolerance():
7
- TOL.precision == Tolerance.PRECISION
8
- TOL.precision == 3
+ assert TOL.precision == Tolerance.PRECISION
+ assert TOL.precision == 3
9
10
11
def test_tolerance_format_number():
0 commit comments