bambi/tests/test_built_models.py::test_empty_model
bambi/tests/test_built_models.py::test_intercept_only_model
bambi/tests/test_built_models.py::test_slope_only_model
bambi/tests/test_built_models.py::test_cell_means_parameterization
bambi/tests/test_built_models.py::test_3x4_fixed_anova
bambi/tests/test_built_models.py::test_cell_means_with_covariate
bambi/tests/test_built_models.py::test_many_fixed_many_random
bambi/tests/test_built_models.py::test_cell_means_with_many_random_effects
bambi/tests/test_built_models.py::test_logistic_regression
bambi/tests/test_built_models.py::test_poisson_regression
bambi/tests/test_built_models.py::test_laplace
bambi/tests/test_model_construction.py::test_term_init
bambi/tests/test_model_construction.py::test_distribute_random_effect_over
bambi/tests/test_model_construction.py::test_model_init_from_filename
bambi/tests/test_model_construction.py::test_model_term_names_property
bambi/tests/test_model_construction.py::test_add_to_model
bambi/tests/test_model_construction.py::test_one_shot_formula_fit
bambi/tests/test_model_construction.py::test_invalid_chars_in_random_effect
bambi/tests/test_model_construction.py::test_add_formula_append
bambi/tests/test_model_construction.py::test_derived_term_search
bambi/tests/test_priors.py::test_prior_class
bambi/tests/test_priors.py::test_family_class
bambi/tests/test_priors.py::test_prior_factory_init_from_default_config
bambi/tests/test_priors.py::test_prior_factory_init_from_config
bambi/tests/test_priors.py::test_prior_retrieval
bambi/tests/test_priors.py::test_update_term_priors_after_init
bambi/tests/test_priors.py::test_auto_scale
bambi/tests/test_utils.py::test_listify

================================================================================================ warnings summary ================================================================================================
/home/saikat/anaconda3/envs/bambi/lib/python3.7/site-packages/patsy/constraint.py:13
  /home/saikat/anaconda3/envs/bambi/lib/python3.7/site-packages/patsy/constraint.py:13: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import Mapping

-- Docs: https://docs.pytest.org/en/stable/warnings.html
1 warning in 1.36s
