Skip to content
Snippets Groups Projects
Commit b663c0ba authored by ojs1g14's avatar ojs1g14
Browse files

Update sample_test.py

parent 94dad11c
No related branches found
No related tags found
No related merge requests found
Pipeline #71 failed
......@@ -29,6 +29,8 @@ class TestBasicFunction(unittest.TestCase):
self.assertEqual(s, "<class 'module'>")
def test_import_stl(self):
import AmpScan.core
import AmpScan.tests
from AmpScan.core import AmpObject
from AmpScan.tests import sample_stl_sphere as stlFile
Amp = AmpObject(stlFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment