Skip to content

Commit

Permalink
new test ideas for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Nov 27, 2021
1 parent bcfdd09 commit d78a803
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_d3d_bsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ def test_entites_loaded(d3dbsp):
# saved = file.read()
# os.remove(f"{d3dbsp.filename}.copy")
# assert original == saved

# TODO: assert UNUSED lump names are accurate
# -- warn if a lump is unexpectedly empty across all maps (test_deprecated?)
3 changes: 3 additions & 0 deletions tests/test_idtech_bsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ def test_face_struct(bsp: IdTechBsp): # the most complex MappedArray
# saved = file.read()
# os.remove(f"{bsp.filename}.copy")
# assert original == saved

# TODO: assert UNUSED lump names are accurate
# -- warn if a lump is unexpectedly empty across all maps (test_deprecated?)
3 changes: 3 additions & 0 deletions tests/test_valve_bsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ def test_entities_loaded(bsp: ValveBsp):
# saved = file.read()
# os.remove(f"{bsp.filename}.copy")
# assert original == saved

# TODO: assert UNUSED lump names are accurate
# -- warn if a lump is unexpectedly empty across all maps (test_deprecated?)

0 comments on commit d78a803

Please sign in to comment.