Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialise bash-lib repo #1

Merged
merged 7 commits into from
May 3, 2019
Merged

Initialise bash-lib repo #1

merged 7 commits into from
May 3, 2019

Commits on Apr 25, 2019

  1. Squashed 'test-utils/bats/' content from commit 2e3bac1

    git-subtree-dir: test-utils/bats
    git-subtree-split: 2e3bac14d4201481d270310317e00d116d4355be
    hughsaunders committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    fd06de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cdd4a0 View commit details
    Browse the repository at this point in the history
  3. Squashed 'test-utils/bats-assert-1/' content from commit 08c40b4

    git-subtree-dir: test-utils/bats-assert-1
    git-subtree-split: 08c40b485c08f82eb17e4d6e1ba052eee18cabd5
    hughsaunders committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    1f20141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b752024 View commit details
    Browse the repository at this point in the history
  5. Squashed 'test-utils/bats-support/' content from commit 64e7436

    git-subtree-dir: test-utils/bats-support
    git-subtree-split: 64e7436962affbe15974d181173c37e1fac70073
    hughsaunders committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    65f6b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cabfa5 View commit details
    Browse the repository at this point in the history
  7. Initialise bash-lib repo

    This commit adds the structure of the libraries and a few funcions.
    Most of the code in this commit is geared towards making sure this
    repo stays tested and documented in future.
    
    The following things are checked:
        * All functions are documented
        * All functions are tested
        * All scripts are linted
    
    See Readme for a list of the functions that are included, and for more
    information on testing with BATS.
    hughsaunders committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    1a441a3 View commit details
    Browse the repository at this point in the history