radical-cybertools / radical.pilot

RADICAL-Pilot
http://radical-cybertools.github.io/radical-pilot/index.html
Other
54 stars 23 forks source link

Tests should not write into user directories #3070

Closed andre-merzky closed 1 month ago

andre-merzky commented 11 months ago

test_session.py creates a config file in the user config dir. DON'T DO THIS!

mtitov commented 11 months ago

@andre-merzky ~writing there is fine, as I see cleaning up of that files that what need to be fixed (i.e., being specific what was created and what should be removed)~

edit: probably we can follow the approach from the latest test for ru.Config -> keep all these configs in $RADICAL_CONFIG_USER_DIR directory, and it also will be easier to cleanup