mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Added pytest dependency
This commit is contained in:
parent
f06ad0af18
commit
a3bc86ad51
@ -4,3 +4,4 @@ collections:
|
|||||||
pacman:
|
pacman:
|
||||||
- ansible
|
- ansible
|
||||||
- python-passlib
|
- python-passlib
|
||||||
|
- python-pytest
|
@ -1,5 +1,3 @@
|
|||||||
# tests/unit/test_generate_vaulted_credentials.py
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
import sys, os
|
import sys, os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user