PythonDataScience24 / AirBnB-DataScienceProject

GNU General Public License v3.0
2 stars 0 forks source link

Implement a unit test #25

Closed TheRBen12 closed 3 months ago

TheRBen12 commented 4 months ago

Implement a unit test with at least four test cases Suggestion for a class: ideally , it should be tested with a mock data frame. availability testfall e.g. availability - 1, > 365

Acceptance criteria

Question:

Wii42 commented 3 months ago

Documentation: https://docs.streamlit.io/develop/api-reference/charts/st.pyplot

bdravec commented 3 months ago

tests/neighbourhood_selector_test.py

TheRBen12 commented 3 months ago

is this issue completed?

bdravec commented 3 months ago

is this issue completed?

yes, I've just updated the TESTING.md file

bdravec commented 3 months ago

done