def test_sanitize_home_fact_removes_slash(self):
     assert Home._sanitize_home_fact('Price/sqft') == 'Pricesqft'
 def test_sanitize_home_fact_removes_space(self):
     assert Home._sanitize_home_fact('Year built') == 'Yearbuilt'