Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored Apr 11, 2024
1 parent 09865ff commit 0d7c77c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from cellar_extractor import *
from extraction_libraries.cellar.cellar_extractor.operative_extractions import Writing

def cellar_csv_n():
get_cellar(save_file='n', file_format='csv', sd='2022-01-01', max_ecli=100)
Expand Down Expand Up @@ -73,7 +72,6 @@ def test_cellar_json_n():
assert False, "Downloading cellar as json failed."


# from operative_extractions import Analyzer,Writing

import random
import csv
Expand Down Expand Up @@ -106,4 +104,4 @@ def operative_part_txt(celex):
if txt_store.to_txt():
assert True
else:
assert False
assert False

0 comments on commit 0d7c77c

Please sign in to comment.