3dgeo-heidelberg / pytreedb

Python package providing a file and object-based database to store tree objects.
Other
32 stars 4 forks source link

Write tests (using pytests) to verify the code/library is running correclty #8

Closed lwiniwar closed 2 years ago

lwiniwar commented 2 years ago

In GitLab by @bhoefle-3dgeo on Dec 13, 2021, 15:35

See pytests example from HELIOS++: https://github.com/3dgeo-heidelberg/helios/blob/dev/pytests/test_demo_scenes.py

lwiniwar commented 2 years ago

In GitLab by @bhoefle-3dgeo on Mar 11, 2022, 14:51

Examples:

bhoefle-3dgeo commented 2 years ago

@han16nah : Can this be closed?

han16nah commented 2 years ago

@han16nah : Can this be closed?

I would still leave this open until a few remaining tests are written - after that, we can create new issues once we notice we are missing important tests.

han16nah commented 2 years ago

I think we have a good test suite now which covers most of the pytreedb functionality :)

Whenever we implement a new function or find & fix a bug, we should write a test for it as well :)