Spaces:
Runtime error
Runtime error
Update tests/test_violation_log.py
Browse files
tests/test_violation_log.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
|
| 3 |
def test_log_violation():
|
| 4 |
violation_data = {
|
|
|
|
| 1 |
+
import pytest
|
| 2 |
+
from app import save_snapshot, log_violation
|
| 3 |
|
| 4 |
def test_log_violation():
|
| 5 |
violation_data = {
|