Skip to content

xuyuji9000/bats-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bats-playground

This repo is used to document the learning about bats.

Commands

  • Install bats libraries as submodules
git submodule init
git submodule add https://github.com/bats-core/bats-core test/libs/bats
git submodule add https://github.com/bats-core/bats-assert test/libs/bats-assert
git submodule add https://github.com/bats-core/bats-support test/libs/bats-support
  • run a bats test
test/libs/bats/bin/bats test.bats

Learning

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages