summaryrefslogtreecommitdiffstats
path: root/src/modules/utils
AgeCommit message (Collapse)Author
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
Replaces the existing nodejs module end-to-end tests with integration tests that don't require preinstalled environmental dependencies. - Moved the tests to the same file as the module they test - Created a render_module utility function for rendering modules within tests - Removed Node.js installation during CI setup - Add Shell to Context to allow for tests to not run shell-specific code
2019-12-09fix: Truncate long paths in conda environment names (#694)AppleTheGolden
Environment names created via conda create -p [path] tend to be too long for comfort, so this truncates them.
2019-10-25fix: Show Java version from OpenJ9 Java runtimes (#507)yuri
This PR tries to improve the version detection across multiple Java VM vendors. The module captures both STDOUT and STDERR outputs of the java -Xinternalversion call. Eclipse OpenJ9, Azul Zulu, SapMachine, Amazon Corretto and GraalVM outputs are unit tested now.