1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_yadm/test
Tim Byrne e7f9616b39
Rewrite testing system (#119)
The new test system is written with py.test. These tests are more
comprehensive, run faster by an order of magnitude, and are far more
maintainable. The tests themselves conform to PEP8.
2019-02-20 07:48:25 -06:00
..
000_unit_syntax.bats
001_unit_paths.bats Add tests for bootstrap command (#42) 2017-01-23 17:53:40 -06:00
002_unit_gpg_program.bats Unit tests for alternate gpg program (#19) 2016-08-14 23:53:21 -05:00
003_unit_git_program.bats Re-number unit tests 2017-09-16 09:33:12 -05:00
004_unit_bootstrap_available.bats Re-number unit tests 2017-09-16 09:33:12 -05:00
005_unit_set_operating_system.bats Re-number unit tests 2017-09-16 09:33:12 -05:00
006_unit_query_distro.bats Re-number unit tests 2017-09-16 09:33:12 -05:00
007_unit_parse_encrypt.bats Add test-case for exclusions in .yadm/encrypt (#86) 2017-09-21 14:21:22 -05:00
100_accept_version.bats Switch to semantic versioning 2017-05-10 08:00:29 -05:00
101_accept_help.bats
102_accept_clean.bats
103_accept_git.bats Add acceptance tests for improved exit values (#35) 2017-01-06 16:26:00 -06:00
104_accept_init.bats
105_accept_clone.bats Create secured private dirs (#74) 2017-08-22 21:28:07 -05:00
106_accept_config.bats Fix tests that set local.hostname (#59) 2017-03-31 12:43:32 -05:00
107_accept_list.bats
108_accept_alt.bats Add test-case for exclusions in .yadm/encrypt (#86) 2017-09-21 14:21:22 -05:00
109_accept_encryption.bats Add test-case for exclusions in .yadm/encrypt (#86) 2017-09-21 14:21:22 -05:00
110_accept_perms.bats Add test-case for exclusions in .yadm/encrypt (#86) 2017-09-21 14:21:22 -05:00
111_accept_wildcard_alt.bats Store class/os/host/user overrides in the local repo config 2017-01-26 10:48:40 -06:00
112_accept_bootstrap.bats Add tests for bootstrap command (#42) 2017-01-23 17:53:40 -06:00
113_accept_jinja_alt.bats Add test-case for exclusions in .yadm/encrypt (#86) 2017-09-21 14:21:22 -05:00
114_accept_enter.bats Add tests for enter command 2017-03-30 16:30:39 -05:00
115_accept_introspect.bats Create secured private dirs (#74) 2017-08-22 21:28:07 -05:00
116_accept_cygwin_copy.bats Gracefully handle changes in yadm.cygwin-copy 2017-06-01 17:06:27 -05:00
117_accept_hooks.bats Add tests for hooks 2017-07-05 16:33:50 -05:00
118_accept_assert_private_dirs.bats Create secured private dirs (#74) 2017-08-22 21:28:07 -05:00
common.bash Add tests for hooks 2017-07-05 16:33:50 -05:00
conftest.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
ownertrust.txt Create acceptance tests for asymmetric encryption 2016-04-21 07:13:40 -05:00
pylintrc Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_alt.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_assert_private_dirs.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_bootstrap.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_clean.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_clone.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_config.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_cygwin_copy.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_encryption.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_enter.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_git.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_help.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_hooks.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_init.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_introspect.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_jinja.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_key Create acceptance tests for asymmetric encryption 2016-04-21 07:13:40 -05:00
test_list.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_perms.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_syntax.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_bootstrap_available.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_configure_paths.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_parse_encrypt.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_query_distro.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_set_os.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_unit_x_program.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
test_version.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00
utils.py Rewrite testing system (#119) 2019-02-20 07:48:25 -06:00