cblanken
|
c0fe222832
|
Add tests for parsing board input files
|
2023-05-30 19:35:23 -04:00 |
|
cblanken
|
e1981c44de
|
Use pathlib to handle paths instead of os.path
- Replaces all instances of os.path objects with pathlib.Path
|
2023-05-26 11:50:30 -04:00 |
|
cblanken
|
7500720992
|
Refactor 4x4 board test to use pytest fixtures
- Update missing symoblic link to boggler src files to access wordlists
|
2023-05-24 17:37:51 -04:00 |
|
cblanken
|
d81f5e28cc
|
Replace unittest with pytest
- Pytest requires test modules to start with the "test_" prefix. The new
test_solve_4x4_board.py module replaces the functional_tests.py module
|
2023-05-24 16:18:40 -04:00 |
|
cblanken
|
c09dce4bd6
|
Add basic solved board tests
|
2023-03-23 14:19:28 -04:00 |
|