julia-vscode / TestItemRunner.jl

Run Julia test items
MIT License
67 stars 11 forks source link

WARNING: replacing module Testmodule. #24

Closed ktdq closed 1 year ago

ktdq commented 1 year ago

Warnings show up in the output when used interactively:

WARNING: replacing module Testmodule.
davidanthoff commented 1 year ago

One way to solve this is to generate a new name for the test module every time we run something. The drawback is that we are going to generate a lot of modules and they might hang around and increase memory consumption? Not clear, though, whether replacing a module really cleans things up or not.