From 9a2dc79a20feb3a0470a5096455fb826acb1f1b9 Mon Sep 17 00:00:00 2001 From: Ionite Date: Thu, 2 Mar 2023 16:56:23 -0500 Subject: Update unit tests for home output directory --- tests/test_integration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_integration.py') diff --git a/tests/test_integration.py b/tests/test_integration.py index 01fa657..91b01e6 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -79,11 +79,11 @@ class IntegrationTests(unittest.TestCase): from mod import lib print(lib.var) - with open('output/test.txt', 'w') as f: + with open('test.txt', 'w') as f: f.write('test 1') - Path('output/dir').mkdir() - Path('output/dir/test2.txt').write_text('test 2') + Path('dir').mkdir() + Path('dir/test2.txt').write_text('test 2') """ ), }, -- cgit v1.2.3