Pylint Errors: Class name: currently follows the convention specified here.
OUTPUT from the added lines in the file
helpers/test/test_dbg.py:718:0: C0115: Missing class docstring (missing-class-docstring)
helpers/test/test_dbg.py:718:0: C0103: Class name "Test_dassert_lt" doesn't conform to PascalCase naming style (invalid-name)
Created this PR for Issue #1095.
Changes Made:
Testing: Ran code through pylint and pytest.
helpers/test/test_dbg.py::Test_dassert_lt::test1 (0.00 s) PASSED [ 20%] helpers/test/test_dbg.py::Test_dassert_lt::test2 (0.00 s) PASSED [ 40%] helpers/test/test_dbg.py::Test_dassert_lt::test3 (0.00 s) PASSED [ 60%] helpers/test/test_dbg.py::Test_dassert_lt::test4 (0.00 s) PASSED [ 80%] helpers/test/test_dbg.py::Test_dassert_lt::test5 (0.00 s) PASSED [100%]