File: .gitmodules

package info (click to toggle)
gcalcli 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: python: 4,135; makefile: 10; sh: 7
file content (15 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "tests/cli/bats"]
	path = tests/cli/bats
	url = https://github.com/bats-core/bats-core.git
[submodule "tests/cli/test_helper/bats-support"]
	path = tests/cli/test_helper/bats-support
	url = https://github.com/bats-core/bats-support.git
[submodule "tests/cli/test_helper/bats-assert"]
	path = tests/cli/test_helper/bats-assert
	url = https://github.com/bats-core/bats-assert.git
[submodule "tests/cli/test_helper/bats-snapshot"]
	path = tests/cli/test_helper/bats-snapshot
	url = https://github.com/markkong318/bats-snapshot.git
[submodule "tests/cli/test_helper/bats-file"]
	path = tests/cli/test_helper/bats-file
	url = https://github.com/bats-core/bats-file.git