We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b768850 commit 524a3d4Copy full SHA for 524a3d4
tests/test_render_mail.py
@@ -7,12 +7,12 @@
7
from render_mail import main
8
9
10
-path_j2 = "../templates/sponsorship/spam_sponsors_2020.j2"
11
-path_receivers_json = "../examples/sponsorship/spam_sponsors_2020.json"
+path_j2 = "./templates/sponsorship/spam_sponsors_2020.j2"
+path_receivers_json = "./examples/sponsorship/spam_sponsors_2020.json"
12
path_mails_to_send_no_separator = "/tmp/mails_to_send/no-separator"
13
path_mails_to_send_with_separator = "/tmp/mails_to_send/with-separator"
14
-path_pre_rendered_mails_no_separator = "./data/no-separator"
15
-path_pre_rendered_mails_with_separator = "./data/with-separator"
+path_pre_rendered_mails_no_separator = "./tests/data/no-separator"
+path_pre_rendered_mails_with_separator = "./tests/data/with-separator"
16
17
18
@pytest.fixture
0 commit comments