[mirror] Generates barcoded PDF to backup text files on paper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
backupill/test/test.py

11 lines
221 B

import os
import pytest
from backupill import Pill
this_dir, this_filename = os.path.split(__file__)
def test_generate_backup():
pill = Pill(asc_file=os.path.join(this_dir, "test.asc"))
pill.generate_backup()