This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/tests/python
Bastien Montagne d3328fabc9 Attempt to fix failing lib link test on windows.
According to https://docs.python.org/3/library/os.html#os.rename,
`os.rename` has os-specific behavior, and will fail in case you attempt
to rename to an existing file on windows.

So using `os.replace` instead, which should be os-agnostic.

NOTE: Fact that temp test directory is not cleared after tests are
sucessfully ran does not sound great...
2021-11-04 15:06:58 +01:00
..
2021-06-22 10:54:50 -07:00
2021-07-06 12:05:27 +10:00
2018-07-03 06:55:02 +02:00
2021-06-22 10:54:50 -07:00
2021-10-20 12:07:28 -04:00
2021-07-06 12:05:27 +10:00
2019-03-17 21:14:43 +11:00
2016-02-01 00:47:10 +11:00