#
2482:88df458ead6d |
| 29-May-2023 |
Andrei Zeliankou |
Tests: more fixtures.
Common methods from applications/proto.py converted to the fixtures. sysctl check moved to the specific file where it is using. Some options moved to the constructor to have ea
Tests: more fixtures.
Common methods from applications/proto.py converted to the fixtures. sysctl check moved to the specific file where it is using. Some options moved to the constructor to have early access.
show more ...
|
#
2477:4633c7db7fb5 |
| 25-May-2023 |
Andrei Zeliankou |
Tests: removed unused variables.
|
Revision tags: 1.30.0-1, 1.30.0, 1.29.1-1, 1.29.1 |
|
#
2330:4b1f175f9c88 |
| 21-Feb-2023 |
Andrei Zeliankou |
Tests: switched to using f-strings.
Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported
Tests: switched to using f-strings.
Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported by the end of 2020, so now it's possible to start using f-strings safely for better readability and performance.
show more ...
|
Revision tags: 1.29.0-1, 1.29.0 |
|
#
2264:d782ff4b92c4 |
| 12-Dec-2022 |
Andrei Zeliankou |
Tests: stop execution if can't unmount any filesystem.
|
#
2257:e9dcaa07849c |
| 09-Dec-2022 |
Andrei Zeliankou |
Tests: fixed tests to run as privileged user.
|
Revision tags: 1.28.0-1, 1.28.0, 1.27.0-1, 1.27.0, 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0, 1.25.0-1, 1.25.0 |
|
#
1912:942e252e3f4c |
| 02-Jul-2021 |
Oisin Canty |
Tests: Ruby hooks.
|
Revision tags: 1.24.0-1, 1.24.0 |
|
#
1877:e09738cfc6be |
| 24-May-2021 |
Andrei Zeliankou |
Tests: test_settings_send_timeout improved.
Data length adjusts depending on socket buffer size when it's possible.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1803:57b43c5bf726 |
| 08-Feb-2021 |
Andrei Zeliankou |
Tests: added "--restart" option.
Now Unit do not restart after each test by default.
|
Revision tags: 1.22.0-1, 1.22.0 |
|
#
1772:03a6609f2c5e |
| 13-Jan-2021 |
Andrei Zeliankou |
Tests: waitformount() and waitforunmount() introduced.
|
#
1740:53149d20bb97 |
| 09-Dec-2020 |
Andrei Zeliankou |
Tests: isolation check moved to the pytest_sessionstart().
This change eliminates the need for some classes to run Unit one more time before running tests.
|
#
1735:a0e0d4f90e51 |
| 08-Dec-2020 |
Andrei Zeliankou |
Tests: utils module introduced.
|