We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bats
bats-core
It looks like the original bats project has been abandoned, the currently active one is bats-core. (See, for example, the bats-core README and this issue on the original bats repo.
Given this, we should probably move the lab over from bats to bats-core, and make any necessary updates to these Practicum labs.
The text was updated successfully, but these errors were encountered:
Following the git submodule approach recommend by the bats-core folks will require that every time a student clones the repo they will need to do:
git submodule
git submodule init
git submodule update
to load up the dependencies.
Alternatively, and simpler, git checkout --recurse-submodules will do all this in one step.
git checkout --recurse-submodules
Sorry, something went wrong.
Closed by #12
No branches or pull requests
It looks like the original
bats
project has been abandoned, the currently active one isbats-core
. (See, for example, thebats-core
README and this issue on the originalbats
repo.Given this, we should probably move the lab over from
bats
tobats-core
, and make any necessary updates to these Practicum labs.The text was updated successfully, but these errors were encountered: