Skip to content

Commit

Permalink
remove PUF tests since pulled off CS
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Apr 19, 2024
1 parent 3b3d3e1 commit fa773d1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cs-config/cs_config/tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ def test_start_year_with_data_source():
"""
Test interaction between PUF and CPS data sources and the start year.
"""
data = functions.get_inputs({"data_source": "PUF"})
assert (
data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0]
== 2013
)
# Commenting out PUF for now since not on CS web app
# data = functions.get_inputs({"data_source": "PUF"})
# assert (
# data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0]
# == 2013
# )
data = functions.get_inputs({"data_source": "CPS"})
assert (
data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0]
Expand Down

0 comments on commit fa773d1

Please sign in to comment.