summaryrefslogtreecommitdiff
path: root/gerber/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerber/tests/tests.py')
-rw-r--r--gerber/tests/tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gerber/tests/tests.py b/gerber/tests/tests.py
index 29b7899..222eea3 100644
--- a/gerber/tests/tests.py
+++ b/gerber/tests/tests.py
@@ -7,6 +7,7 @@ from nose.tools import assert_in
from nose.tools import assert_not_in
from nose.tools import assert_equal
from nose.tools import assert_not_equal
+from nose.tools import assert_almost_equal
from nose.tools import assert_true
from nose.tools import assert_false
from nose.tools import assert_raises
@@ -14,5 +15,5 @@ from nose.tools import raises
from nose import with_setup
__all__ = ['assert_in', 'assert_not_in', 'assert_equal', 'assert_not_equal',
- 'assert_true', 'assert_false', 'assert_raises', 'raises',
- 'with_setup' ]
+ 'assert_almost_equal', 'assert_true', 'assert_false',
+ 'assert_raises', 'raises', 'with_setup' ]