Skip to content

Commit

Permalink
Test of all included variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Feb 23, 2021
1 parent e04dab2 commit 962c8f9
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,35 @@
depth=depth,
timespan=timespan,
interval=interval,
demographic_props="population",
economic_props="total_reserves",
demographic_props=[
"ethnic_div",
"life_expectancy",
"literacy",
"out_of_school_children",
"population",
],
economic_props=[
"gdp_ppp",
"gini",
"inflation_rate",
"median_income",
"nom_gdp_per_cap",
"nom_gdp",
"ppp_gdp_per_cap",
"total_reserves",
"unemployment",
],
electoral_poll_props=False,
electoral_result_props=False,
geographic_props="continent",
institutional_props="capital",
geographic_props=["area", "continent", "country",],
institutional_props=[
"bti_gov_idx",
"bti_status_idx",
"capital",
"fh_category",
"human_dev_idx",
"org_membership",
],
political_props="executive",
misc_props="country_abbr",
verbose=True,
Expand Down

0 comments on commit 962c8f9

Please sign in to comment.