gaogaotiantian / watchpoints

watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
Apache License 2.0
497 stars 20 forks source link

TST: Include tests for pandas Series and DataFrames #8

Closed KikeM closed 3 years ago

KikeM commented 3 years ago

Hi @gaogaotiantian,

I have included two tests for pandas-like objects.

KikeM commented 3 years ago

As you can see, I have included pandas as a dependency in the requirements-test.txt file.

If pandas is not present, the tests are skipped.

Perhaps you need to update the github actions so that they install pandas too to run the tests, something like

pip install . -r requirements-test.txt
gaogaotiantian commented 3 years ago

Thank you for your contribution! I'll edit the github actions file to install panda.