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