Skip to content

Commit bb2b79f

Browse files
1 parent d14d00c commit bb2b79f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docassemble/EFSPIntegration/test/test_conversions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# do not pre-load
2+
13
import json
24
import unittest
35
from unittest.mock import MagicMock

docassemble/EFSPIntegration/test/test_interview_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# do not pre-load
2+
13
import unittest
24
from ..interview_logic import (
35
make_filters,

docassemble/EFSPIntegration/test/test_proxy_conn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
# do not pre-load
22

33
"""
44
Env vars needed to run:

0 commit comments

Comments
 (0)