reasoning-gym/tests
2025-01-23 23:28:15 +01:00
..
__init__.py build: Initialize reasoning_gym package structure with packaging and development setup 2025-01-23 10:50:54 +01:00
test_arithmetic.py feat: Add iteration support to ArithmeticDataset with size-based termination 2025-01-23 12:34:54 +01:00
test_base_conversion.py test: Add comprehensive unit tests for BaseConversionDataset 2025-01-23 21:50:58 +01:00
test_chain_sum.py feat: Add iterator support to ChainSum with size-respecting iteration 2025-01-23 12:23:35 +01:00
test_leg_counting.py feat: Add comprehensive tests for leg counting dataset and configuration 2025-01-23 22:09:35 +01:00
test_letter_counting.py test: Add comprehensive unit tests for LetterCountingDataset 2025-01-23 19:12:36 +01:00
test_mini_sudoku.py test: Add comprehensive unit tests for MiniSudokuDataset 2025-01-23 23:15:36 +01:00
test_number_filtering.py test: Add comprehensive unit tests for number filtering task 2025-01-23 20:42:20 +01:00
test_number_sorting.py feat: Add NumberSortingDataset to algorithmic package with configuration and tests 2025-01-23 23:28:15 +01:00
test_prime_factorization.py test: Add comprehensive unit tests for prime factorization dataset 2025-01-23 22:51:20 +01:00
test_propositional_logic.py feat: Add propositional logic dataset generator with comprehensive logical reasoning tasks 2025-01-23 14:38:56 +01:00
test_sequences.py feat: Add rule composition support to PatternRule 2025-01-23 14:04:36 +01:00
test_sudoku.py test: Add comprehensive unit tests for SudokuDataset 2025-01-23 22:57:02 +01:00
test_word_reversal.py test: Add comprehensive unit tests for WordReversalDataset 2025-01-23 20:26:12 +01:00