Merge branch 'python-tests' of github.com:IsxImattI/Python into python-tests

This commit is contained in:
IsxImattI 2024-11-11 00:23:56 +01:00
commit d14bad785c

View File

@ -25,6 +25,7 @@ unitlist = (
units = {s: [u for u in unitlist if s in u] for s in squares}
peers = {s: {x for u in units[s] for x in u} - {s} for s in squares}
def test():
"A set of unit tests."
assert len(squares) == 81