Skip to content

Commit cc518ec

Browse files
committed
don't test all cs
1 parent f37ef6b commit cc518ec

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

cs-config/cs_config/tests/test_functions.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ def test_start_year_with_data_source():
4141
)
4242

4343

44-
class TestFunctions1(CoreTestFunctions):
45-
get_version = functions.get_version
46-
get_inputs = functions.get_inputs
47-
validate_inputs = functions.validate_inputs
48-
run_model = functions.run_model
49-
ok_adjustment = {
50-
"Business Tax Parameters": {
51-
"CIT_rate": [{"year": DEFAULT_START_YEAR, "value": 0.25}]
52-
},
53-
"Individual and Payroll Tax Parameters": {
54-
"FICA_ss_trt_employee": [
55-
{"year": DEFAULT_START_YEAR, "value": 0.07}
56-
]
57-
},
58-
}
59-
bad_adjustment = {
60-
"Business Tax Parameters": {"CIT_rate": -0.1},
61-
"Individual and Payroll Tax Parameters": {"STD": -1},
62-
}
44+
# class TestFunctions1(CoreTestFunctions):
45+
# get_version = functions.get_version
46+
# get_inputs = functions.get_inputs
47+
# validate_inputs = functions.validate_inputs
48+
# run_model = functions.run_model
49+
# ok_adjustment = {
50+
# "Business Tax Parameters": {
51+
# "CIT_rate": [{"year": DEFAULT_START_YEAR, "value": 0.25}]
52+
# },
53+
# "Individual and Payroll Tax Parameters": {
54+
# "FICA_ss_trt_employee": [
55+
# {"year": DEFAULT_START_YEAR, "value": 0.07}
56+
# ]
57+
# },
58+
# }
59+
# bad_adjustment = {
60+
# "Business Tax Parameters": {"CIT_rate": -0.1},
61+
# "Individual and Payroll Tax Parameters": {"STD": -1},
62+
# }
6363

6464

6565
def test_param_effect():

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
- pip:
1919
- jupyter-book>=0.9.1
2020
- taxcalc>=4.4.0
21-
- marshmallow<4.0.0
2221
- paramtools>=0.18.3
2322
- "cs-kit>=1.16.8"
2423
- cs2tc

0 commit comments

Comments
 (0)