"Not yet implemented" unittests #1297
Labels
Code Quality
About code quality, refactoring, (unit) testing, linting, ...
Feature
requests a new feature
GOOD FIRST ISSUE
Used by 24pullrequests.com to suggest issues
HELP-WANTED
Used by 24pullrequests.com to suggest issues
Milestone
I found some TODO-like comments and hints in the code about "Not yet implemented" unittests. I wan't to keep that notes but not in the code. Currently they produce skipped tests which is IMHO not OK. All tests should be anything else then green. I'm a bit pedantic here. 😃
Just as an example how this looks like
So I moved that TODO's in that Issue
common/test/test_snapshots.py
TestSnapshots.test_filterRsyncProgress()
Follow-up tests: Improve smart remove related unit tests #1821TestSnapshots.test_smartRemove()
common/test/test_sshtools.py
TestSSH.test_benchmarkCipher()
common/test/test_tools.py
TestTools.test_rsyncPrefix()
TestTools.test_tempFailureRetry()
TestTools.test_checkHomeEncrypt()
TestTools.test_keyringSupported()
TestTools.test_password()
TestTools.test_setPassword()
Replaced by Replace wrapLines() with Python's textwrap.wrap() #1699TestTools.test_wrapLine()
(moved tologger.py
)TestTools.test_inhibitSuspend()
TestTools.test_unInhibitSuspend()
The text was updated successfully, but these errors were encountered: