Skip to content

Commit

Permalink
Merge pull request #600 from konstruktoid/reqs
Browse files Browse the repository at this point in the history
update requirements and test info
  • Loading branch information
konstruktoid authored Apr 8, 2024
2 parents 69e9937 + 2b34c6a commit 4a0fb47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Testing

Before running any test:
- ensure [Vagrant](https://www.vagrantup.com/),
[VirtualBox](https://www.virtualbox.org/) and/or
[Docker](https://www.docker.com/) is installed.
- ensure all Python [requirements](./requirements-dev.txt) are installed.

## Distribution boxes used by Molecule and Vagrant

```console
Expand Down
6 changes: 6 additions & 0 deletions genREADME.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ Apache License Version 2.0
{
echo "# Testing
Before running any test:
- ensure [Vagrant](https://www.vagrantup.com/),
[VirtualBox](https://www.virtualbox.org/) and/or
[Docker](https://www.docker.com/) is installed.
- ensure all Python [requirements](./requirements-dev.txt) are installed.
## Distribution boxes used by Molecule and Vagrant
"

Expand Down
6 changes: 2 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ansible
ansible-lint
ansible-playbook-grapher
jmespath
molecule
molecule-vagrant
molecule-plugins[docker]
molecule-plugins[vagrant]
passlib
pytest-molecule

0 comments on commit 4a0fb47

Please sign in to comment.