Hi Chris,
How can I run a single test with sire_test ?
I can execute
I would like to write a set of tests for the Nautilus module and add them to the source folder /python2/tests/
It would be convenient if I can run a single test in one go.
There is some cleverness in bin/sire_test that eludes me at the moment because I cannot run nosetests directly on the sire test scripts
E
======================================================================
ERROR: Failure: ImportError (libSireStream.so.0: cannot open shared object file: No such file or directory)
----------------------------------------------------------------------
Traceback (most recent call last):
raise self.exc_val.with_traceback(self.tb)
addr.filename, addr.module)
return self.importFromDir(dir_path, fqname)
mod = load_module(part_fqname, fh, filename, desc)
return load_source(name, filename, file)
_LoadSourceCompatibility(name, pathname, file).load_module(name)
File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
File "<frozen importlib._bootstrap>", line 1022, in load_module
File "<frozen importlib._bootstrap>", line 1003, in load_module
File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
File "<frozen importlib._bootstrap>", line 868, in _load_module
File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
from Sire.Base import *
import Sire.Qt
from Sire.Qt._Qt import *
ImportError: libSireStream.so.0: cannot open shared object file: No such file or directory
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)