mscolab testdata have to be stored in test tmp dir

Issue #528 resolved
Reimar Bauer created an issue

currently mscolab testdata by pytest is stored in the userdir mss

~/mss$ tree
.
├── colabdata
│   ├── filedata
│   │   ├── one
│   │   │   └── main.ftml
│   │   ├── tempfile_mscolab.ftml
│   │   ├── three
│   │   │   └── main.ftml
│   │   └── two
│   │   └── main.ftml
│   └── mscolab.db
└── tempfile_mscolab.ftml

everything tests create should go to a tmp dir and removed after the tests finished.

This needs to become debugged:

https://bitbucket.org/wxmetvis/mss/src/develop/mslib/_tests/constants.py

the mscolab_settings.py is stored in a tmp dir

/tmp/tmpwza2gh8rmss$ tree
.
└── mscolab
└── mscolab_settings.py

1 directory, 1 file

Comments (7)

  1. Reimar Bauer reporter

    We should also use a different .config dir for tests. This may be also related to all qt tests, needs to be checkded

  2. Log in to comment