We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425f3f2 commit dfc0a60Copy full SHA for dfc0a60
tests/test_scripts.py
@@ -1,4 +1,5 @@
1
from subprocess import run
2
3
-run(['gitlab-release-notes', '14117', '--url', 'https://gitlab.in2p3.fr'])
+def test_generate_release_notes():
4
+ run(['gitlab-release-notes', '14117', '--url', 'https://gitlab.in2p3.fr'])
5
0 commit comments