Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wil93 committed Jul 25, 2023
1 parent 9a734c2 commit 9052fab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mailipy/gen_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

from mailipy.gen import generate_emails


def test_create_two_emails(tmp_path):
shutil.copy('logo.png', os.path.join(tmp_path, 'logo.png'));
shutil.copy('logo.png', os.path.join(tmp_path, 'test.png'));
shutil.copy('logo.png', os.path.join(tmp_path, 'logo.png'))
shutil.copy('logo.png', os.path.join(tmp_path, 'test.png'))

os.chdir(tmp_path)

outbox = 'outbox'
Expand Down

0 comments on commit 9052fab

Please sign in to comment.