twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
361 stars 74 forks source link

Use pytest to run tests #182

Open SupraSummus opened 10 months ago

SupraSummus commented 10 months ago

I like pytest, thats it ;)

No, really I think the improvement here is:

  1. Less code not related to the library scope. All the code in alltests.py is a boilerplate for running tests.
  2. More standard test triggering. Running pytest is very natural and more well-known that current custom python tests/alltests.py.