Skip to content

Commit 88cb2be

Browse files
committed
create a valid server.xml before running tests
1 parent 8e152c4 commit 88cb2be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ doc:
5656
sphinx-apidoc -M -f -o docs/plugins/ phpypam
5757
make -C docs html
5858

59-
test-setup:
59+
test-setup: | tests/vars/server.yml
6060
pip install --upgrade -r requirements-dev.txt
6161

62+
tests/vars/server.yml:
63+
cp $@.example $@
64+
@echo "Please configure $@ to point to your phpIPAM instance for recording."
65+
6266
test-all:
6367
coverage run -m pytest tests/test_cases/* -v
6468

0 commit comments

Comments
 (0)