kaizen-ai / kaizenflow

KaizenFlow is a framework for Bayesian reasoning and AI/ML stream computing
GNU General Public License v3.0
112 stars 76 forks source link

Unit test dassert_lt() #1098

Closed jayati1397 closed 3 months ago

jayati1397 commented 3 months ago

Created this PR for Issue #1095.

Changes Made:

Testing: Ran code through pylint and pytest.

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)

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%]



@samarth9008 please let me know if you have any further suggestions