Skip to content

Commit

Permalink
test: bug test
Browse files Browse the repository at this point in the history
  • Loading branch information
ACornuIGN committed Dec 22, 2023
1 parent 183a83c commit bad2177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ def setup_module(module): # run before the first test
pass
os.makedirs(OUTPUT, exist_ok=True)

"""

def teardown_module(module): # run after the last test
try: # Clean folder test if exists
shutil.rmtree(OUTPUT)
os.mkdir(OUTPUT)
except FileNotFoundError:
pass
"""


def test_writer():
obj = Worksite(name = FILENAME)
Expand Down

0 comments on commit bad2177

Please sign in to comment.