Skip to content

Beta-3

Latest
Compare
Choose a tag to compare
@BradleyA BradleyA released this 04 Feb 05:04
· 613 commits to master since this release

Version 3.1.1.1492

Release Name Beta-3

Release Date 2020-02-03T22:58:57.875468-06:00 (CST)

Create custom FVT- test cases to test the options used by git-TEST-cases.sh

Features Added

  • git-TEST-commit-automation/hooks/bin/EXAMPLES
    • close #36 added the following test cases
      • FVT-option-add-001
      • FVT-option-all-001
      • FVT-option-all-002
      • FVT-option-all-hooks-001
      • FVT-option-all-hooks-002
      • FVT-option-clean-001
      • FVT-option-clean-002
      • FVT-option-filename-001
      • FVT-option-filename-002
      • FVT-option-filename-003
      • FVT-option-filename-004
      • FVT-option-filename-005
      • FVT-option-filename-006
      • FVT-option-filename-hooks-001
      • FVT-option-filename-hooks-002
      • FVT-option-filename-hooks-003
      • FVT-option-filename-hooks-004
      • FVT-option-filename-hooks-005
      • FVT-option-filename-hooks-006
      • FVT-option-filename-hooks-007
      • FVT-option-filename-hooks-008
      • FVT-option-filename-hooks-009
      • FVT-option-filename-hooks-010
      • FVT-option-filename-hooks-011
      • FVT-option-filename-hooks-012
      • FVT-option-none-001
      • FVT-option-none-002
      • FVT-option-none-hooks-001
      • FVT-option-none-hooks-002
      • FVT-option-none-hooks-003
      • FVT-option-none-hooks-004
      • FVT-option-usage-004
      • FVT-option-version-004
  • git-TEST-commit-automation/hooks/EXAMPLES/FVT-*
    • Added user hint that script does not support -* or help or usage or version
  • git-TEST-commit-automation/hooks/EXAMPLES/SA-*
    • Added user hint that script does not support -* or help or usage or version
  • git-TEST-commit-automation/hooks/bin/{setup-git-TEST-cases.sh, uninstall-git-TEST-cases.sh}
    • Added user hint that script does not support -* or help or usage or version
  • git-TEST-commit-automation/hooks/EXAMPLES/FVT-cleanup.sh
    • Remove FVT-test-case.expected that has a size of zero
  • git-TEST-commit-automation/hooks/EXAMPLES/SA-cleanup.sh
    • Remove SA-test-case.expected that has a size of zero

Feature Changes

  • git-TEST-commit-automation/hooks/EXAMPLES/FVT-*
    • Production standard 5.3.559 Copyright
    • Production standard 1.3.550 DEBUG variable,
    • Production standard 2.3.529 log format
    • Shorten text length user messages for PASS and FAIL
  • git-TEST-commit-automation/hooks/EXAMPLES/SA-*
    • Production standard 5.3.559 Copyright
    • Production standard 1.3.550 DEBUG variable,
    • Production standard 2.3.529 log format
    • Shorten text length user messages for PASS and FAIL
  • git-TEST-commit-automation/hooks/bin/git-TEST-cases.sh
    • Production standard 0.3.550 --help
    • Production standard 1.3.550 DEBUG variable
    • Production standard 2.3.529 log format
    • Production standard 4.3.550 Documentation Language
    • Production standard 5.3.559 Copyright
    • Production standard 6.3.547 Architecture tree
    • Production standard 8.3.541 --usage
    • Production standard 9.3.562 Parse CLI options and arguments
    • Production standard 10.0 TESTing
    • close #42 Set REPOSITORY_DIR, exit if NOT a git repository
  • git-TEST-commit-automation/hooks/bin/{setup-git-TEST-cases.sh, uninstall-git-TEST-cases.sh}
    • Production standard 1.3.550 DEBUG variable
    • Production standard 2.3.529 log format
    • Production standard 5.3.559 Copyright
  • git-TEST-commit-automation/hooks/README
    • Update

Issues

  • close #36 git-TEST-commit-automation/hooks/bin/EXAMPLES/ - custom test cases for FVT options
  • close #42 hooks/bin/git-TEST-cases.sh - command should have exit if not in git repository
  • close #45 hooks/EXAMPLES/FVT-option-filename-hooks-001-012 - finsh test
  • clone #46 hooks/EXAMPLES/FVT-option-filename-005-6 - finish testing with git-TEST-cases.sh

Misc