Skip to content

Commit

Permalink
(#88) moving test TODOs out of text file
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Mar 26, 2023
1 parent aee6dd4 commit e712c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions tests/branches/test_branch_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,9 @@ def test_branch_script(branch_script):

# TODO: use tests/maplist.py to look at headers to ensure UNUSED_* / UNKNOWN_* lumps are correctly marked
# -- looking for unmapped lump versions in ValveBsp & RespawnBsp would be nice too

# TODO: assert LumpClasses capture all bytes (no gaps caused by alignment)
# sizeof(_format) == sum(map(sizeof, _format))

# TODO: verify LumpClass __annotations__ match _format ("hHiI": int, "fg": float, "s": str, "?": bool)
# NOTE: _classes will override base type
8 changes: 0 additions & 8 deletions tests/todos.txt

This file was deleted.

0 comments on commit e712c54

Please sign in to comment.