***saltcheck:** update for ``cron`` instead of ``cron_settings`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/26cfa4f>`_\ )
Code Refactoring
^^^^^^^^^^^^^^^^
***config:** minimise and standardise between ``.sls`` & ``.tst`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/18585bd>`_\ )
***config:** remove duplication in using a loop (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/652ebff>`_\ )
***jinja:** used shortened form of ``|default`` filter (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/a0f891e>`_\ )
***saltcheck:** relocate ``.tst`` files according to 1:1 ``.sls`` files (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/ee65236>`_\ ), closes `/github.com/saltstack-formulas/cron-formula/pull/4#issuecomment-544140377 <https://github.com//github.com/saltstack-formulas/cron-formula/pull/4/issues/issuecomment-544140377>`_
***saltcheck:** use ``package.tst`` instead of ``install.tst`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/d2c9544>`_\ )
***saltcheck:** use root-level ``saltcheck-tests`` directory (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/6e54c3f>`_\ )
Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^
***travis:** obtain ``saltcheck.py`` and run the tests (only on ``develop``\ ) (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/8ae46e5>`_\ )
***travis:** run ``salt-lint`` for ``.tst`` files as well (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/baab964>`_\ )
***saltcheck:** remove duplication in ``config.tst`` using a loop (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/72281c7>`_\ )
***saltcheck:** test for ``commented`` and not ``commented`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/5070611>`_\ )
***saltcheck:** test for ``special`` in ``config.tst`` as well (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/6f2b323>`_\ )
***saltcheck:** use local ``map.jinja`` to workaround missing ``tpldata`` (\ ` <https://github.com/saltstack-formulas/cron-formula/commit/8845b3c>`_\ )