mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Rename Ilias-specific stuff
This commit is contained in:
parent
5d5f60e21f
commit
2afcd38f1c
3 changed files with 9 additions and 6 deletions
5
test.py
5
test.py
|
|
@ -19,9 +19,12 @@ async def test_download():
|
|||
orga.clean_temp_dir()
|
||||
|
||||
filename = orga.temp_file()
|
||||
print(filename)
|
||||
await auth.download_file("file_886544_download", filename)
|
||||
orga.add_file(filename, pathlib.Path("test.pdf"))
|
||||
|
||||
filename = orga.temp_file()
|
||||
await auth.download_file("file_886544_download", filename)
|
||||
orga.add_file(filename, pathlib.Path("bla/test2.pdf"))
|
||||
|
||||
orga.clean_sync_dir()
|
||||
orga.clean_temp_dir()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue