summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-12-15Tests: fixed bug that disabled isolation tests.Tiago Natel de Moura1-1/+1
2020-12-09Tests: isolation check moved to the pytest_sessionstart().Andrei Zeliankou1-0/+158
This change eliminates the need for some classes to run Unit one more time before running tests.
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov1-0/+3
KeyboardInterrupt re-raised.
2020-10-01Tests: minor fixes.Andrei Zeliankou3-0/+48
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.