-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
also check for module wrappers in 'ModulesTool.exist' method #2606
Conversation
dc8d1f5
to
3e745e1
Compare
Tested with |
…e can check whether it exists
… module name from wrapper module + full module name of wrapper module itself
Some tests are failing because of problems with the tests themselves, which I'll fix, but one failing test ( Fixing that is fairly straightforward: check which module file is being wrapped, and then check whether that exists before spitting out a There's a complication though... The wrapped module is specified with the 'short' module name (e.g. Fixes for both issues coming up in next push (cfr. commits 06621bf + 525d92e)... |
… as modules tool, enhance tests for module_wrapper_exists method
…ile in test_exists
…ment in Tcl syntax in ModulesTool.module_wrapper_exists method
2fa6a5d
to
93fdcf4
Compare
@vanzod This should be good to go now... |
fix for #2601
(clearly still WIP, enhanced test will fail in current status)