Explorar el Código

test get_not_booked

marton levente hace 7 meses
padre
commit
c639f2bd0f
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. 4 5
      tests/test_anafoauth.py

+ 4 - 5
tests/test_anafoauth.py

@@ -166,11 +166,10 @@ class efactTest(unittest.TestCase):
             print('Nothing to rename')
 
     def test_parse_inv(self):
-        inv = self.efactoauth.parse_inv('C:/Users/Levi/git/anafapi/tests/17259191/8262600/FACTURA PRIMITA/01_2024/31/4154212674_booked.xml')
-        print(self.efactoauth._get_series(inv.invoice_id))
-        # print(inv.lines[0].currency)
-        # inv_files = utils.get_not_booked('17259191')
-        # print(inv_files)
+        # inv = self.efactoauth.parse_inv('C:/Users/Levi/git/anafapi/tests/17259191/8262600/FACTURA PRIMITA/01_2024/31/4154212674_booked.xml')
+        # print(self.efactoauth._get_series(inv.invoice_id))
+        inv_files = utils.get_not_booked('17259191')
+        print(inv_files)
 
 
 if __name__ == "__main__":