Skip to content

Commit

Permalink
prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jul 26, 2023
1 parent a45a55f commit 1590e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ def test_cli_where():

for path in base_libs_paths:
full_path_to_the_lib = os.path.join(path, 'lib')
print('basename:', os.path.basename(os.listdir(path=full_path_to_the_lib)[0]))
full_path_to_the_lib = os.path.join(full_path_to_the_lib, os.path.basename(os.listdir(path=full_path_to_the_lib)[0]), 'site-packages')
full_path_to_the_lib = os.path.join(full_path_to_the_lib, base_libs_paths[path])

print('full_path_to_the_lib:', full_path_to_the_lib)


assert os.path.isdir(full_path_to_the_lib)

shutil.rmtree(path)
Expand Down

0 comments on commit 1590e42

Please sign in to comment.