cblanken
|
a2630ed82e
|
Initial blacken reformat
|
2023-08-22 16:56:59 -04:00 |
|
cblanken
|
3b79ca7519
|
Update solved 4x4 board tests - check paths
- 4x4 board solving tests now checks for the original order of the words as well as the
exact path for each
|
2023-05-31 18:08:05 -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 |
|