summaryrefslogtreecommitdiffhomepage
path: root/test/unit/utils.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-02Tests: Ruby hooks.Oisin Canty1-6/+22
2021-05-24Tests: test_settings_send_timeout improved.Andrei Zeliankou1-0/+11
Data length adjusts depending on socket buffer size when it's possible.
2021-02-08Tests: added "--restart" option.Andrei Zeliankou1-1/+1
Now Unit do not restart after each test by default.
2021-01-13Tests: waitformount() and waitforunmount() introduced.Andrei Zeliankou1-0/+32
2020-12-09Tests: isolation check moved to the pytest_sessionstart().Andrei Zeliankou1-0/+12
This change eliminates the need for some classes to run Unit one more time before running tests.
2020-12-08Tests: utils module introduced.Andrei Zeliankou1-0/+50