Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# (c) Copyright 2019-2022 Hewlett Packard Enterprise Development LP
# (c) Copyright 2019-2026 Hewlett Packard Enterprise Development LP
#
# runtests.sh
# This script runs the actual test commands and assumes that the required
Expand All @@ -26,6 +26,7 @@ if [ -n "$windowsnewlines" ]; then
echo 'Windows newlines are not allowed in Python sources in this repo' >&2
exit 1
fi
ruff check
black --check opsramp samples setup.py tests
yamllint .
flake8 .
Expand Down
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2022 Hewlett Packard Enterprise Development LP
# (c) Copyright 2019-2026 Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,4 +19,5 @@ flake8-import-order
mock
pytest
requests_mock
ruff
yamllint
Loading