Meshroom/tests
Candice Bentéjac 98fbfae013 [tests] Plugins: Add a sleep between file rewrites
On some systems such as GitHub's Windows CI, the `write` operation
is too fast and does not cause a change in the timestamp of the
file we're reloading, hence causing the test to fail for external
reasons.

Adding a sleep does not change anything to the test functionally, but
on the contrary ensures that we are actually testing the feature.

https://stackoverflow.com/questions/19059877/python-os-path-getmtime-time-not-changing
2025-06-05 16:54:03 +02:00
..
nodes [tests] Harmonize and clean-up syntax across test files 2025-06-05 14:40:09 +02:00
plugins/meshroom [tests] Add initial set of unit tests for plugins 2025-06-05 14:40:13 +02:00
__init__.py Plugins: Use simplified load/register of plugins and nodes when possible 2025-06-05 14:40:12 +02:00
appendTextAndFiles.mg [tests] Update test_multiviewPipeline with test nodes and template 2025-03-17 17:05:55 +01:00
conftest.py Adapt unittests to deal with graph saving 2025-04-13 19:02:26 +02:00
test_attributeChoiceParam.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_attributes.py [ui] Atribute: adapt the attribute-viewer icon on the attribute-navigation 2025-05-15 10:47:12 +02:00
test_compatibility.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_graph.py [tests] Harmonize and clean-up syntax across test files 2025-06-05 14:40:09 +02:00
test_graphIO.py [tests] Harmonize and clean-up syntax across test files 2025-06-05 14:40:09 +02:00
test_invalidation.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_model.py [qt6] Replace all PySide2/shiboken2 imports by PySide6/shiboken6 2024-11-07 18:08:54 +01:00
test_nodeAttributeChangedCallback.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_nodeCallbacks.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_nodeCommandLineFormatting.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00
test_pipeline.py [tests] Harmonize and clean-up syntax across test files 2025-06-05 14:40:09 +02:00
test_plugins.py [tests] Plugins: Add a sleep between file rewrites 2025-06-05 16:54:03 +02:00
utils.py [tests] Simplify registration/unregistration of nodes in tests 2025-06-05 14:40:14 +02:00