Closed yashksaini-coder closed 2 weeks ago
š Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!
Feel free to join our community on Discord to discuss more!
ā Closes: #454
This pull request removes several test files related to various utility functions and data structures. The most important changes include the deletion of test files for number conversions, sorting algorithms, trie data structures, and date utilities.
Removed test files:
Tests/Number/test_binary_to_decimal.py
: Removed tests forbinary_to_decimal
function.Tests/Number/test_decimal_to_binary.py
: Removed tests fordecimal_to_binary
function.Tests/Number/test_decimal_to_hex.py
: Removed tests fordecimal_to_hex
function.Tests/Number/test_hex_to_decimal.py
: Removed tests forhex_to_decimal
function.Tests/Number/test_octal_to_decimal.py
: Removed tests foroctal_to_decimal
function.Tests/Sorting/test_selection_sort.py
: Removed tests forselection_sort
function.Tests/Tries/test_tries.py
: Removed tests forTrie
class and its methods.Tests/date_utils/test_date_utils.py
: Removed tests forconvert_to_iso8601
function.Other changes:
Tests/date_utils/__init__.py
: Removed__init__.py
file fordate_utils
package.@UTSAVS26 When I was working I found out some test cases can be improved and some are obsolete so they need to be removed. Kindly give
level 3
for my efforts