Petr Kalis
ddb227bd95
Remove unfinished file
2023-05-10 17:25:13 +02:00
Jakub Jezek
aa2d683dd9
adding test routine for the slate condition
2023-04-20 21:49:58 +02:00
Petr Kalis
80c50af2b9
OP-3951 - Hound
2023-03-30 13:45:37 +02:00
Petr Kalis
028d46597e
Merge remote-tracking branch 'origin/bugfix/OP-3951_Deadline-checking-existing-frames-fails-when-there-is-number-in-file-name' into bugfix/OP-3951_Deadline-checking-existing-frames-fails-when-there-is-number-in-file-name
2023-03-30 13:43:11 +02:00
Petr Kalis
97d5b187e8
OP-3951 - updated logic
...
Doesn't make sense to validate sequence for single frame.
Updated tests accordingly. No sense in testing single frames so widely.
2023-03-30 13:42:30 +02:00
Petr Kalis
53d395e708
OP-3951 - updated value
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-29 13:19:21 +02:00
Petr Kalis
0a642d475c
OP-3951 - changed debug value
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-29 13:19:02 +02:00
Petr Kalis
e2546e5547
OP-3951 - removed unnecessary key
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-29 13:18:37 +02:00
Petr Kalis
36328f8b1a
OP-3951 - removed unnecessary key
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-29 13:18:07 +02:00
Petr Kalis
93d98c3f9c
OP-3951 - use ext on representation
...
Without it ass.gz files won't work
2023-03-27 16:55:19 +02:00
Petr Kalis
94ceba790e
OP-3951 - updated tests
2023-03-24 16:49:43 +01:00
Petr Kalis
f95007b660
OP-3951 - Hound
2023-03-24 11:15:27 +01:00
Petr Kalis
0648271ec7
OP-3951 - added tests for validate_sequence_frames
...
Introduced conftest with dummy environment for basic tests
2023-03-23 18:15:11 +01:00
Roy Nieterau
ee7e2f1bcd
Update tests and documentation for ExtractorColormanaged refactor to ColormanagedPyblishPluginMixin
2023-03-13 23:00:03 +01:00
Jakub Jezek
3d4d63bd08
flake8 fixes
2023-01-17 14:47:54 +01:00
Jakub Jezek
29d51b0209
testing: updating test data to colorspace
2023-01-13 13:19:53 +01:00
Jakub Jezek
54f04dd7de
testing: refactor set_representation_colorspace to address new inputs
2023-01-11 17:32:11 +01:00
Jakub Jezek
e13a99782f
testing: updating to new gdrive data
2023-01-05 17:20:09 +01:00
Jakub Jezek
f2a9169ffd
testing: publish plugins finalisation
2023-01-05 17:16:42 +01:00
Jakub Jezek
70b2df5fff
testing: adding publish plugins tests
2023-01-04 21:32:59 +01:00
Jakub Jezek
a429352964
testing: abstracting legacy_io fixture to lib for other pipeline tests
2023-01-04 21:32:40 +01:00
Jakub Jezek
c87b147d48
testing: removing prints form colorspace tests
2023-01-04 16:06:46 +01:00
Jakub Jezek
14b52ac625
testing: colorspace legacy_io fixture
2023-01-04 13:54:08 +01:00
Jakub Jezek
4518d57543
testing: colorspace update
2023-01-04 13:46:51 +01:00
Jakub Jezek
f40495ebbf
testing: colorspace test file rules
2023-01-03 22:02:49 +01:00
Jakub Jezek
4d24aa6984
testing: colorspace legacy_io to fixture
2023-01-03 21:19:21 +01:00
Jakub Jezek
e36b441426
testing: improving colorspace
2023-01-03 20:53:33 +01:00
Jakub Jezek
72cb5ae754
testing: pipeline colorspace get views
2022-12-30 20:48:43 +01:00
Jakub Jezek
56aca63056
testing: adding basic colorspace testing
2022-12-30 16:54:45 +01:00
Petr Kalis
412d03d382
Merge fixes for tests from branch with Deadline tests.
...
Branch with newly implemented DL tests is targetted to release 3.15, but changes from it affects tests in develop.
This branch should solve issues with automatic tests in develop without need of full release 3.15 changes.
2022-12-02 15:52:04 +01:00
Jakub Trllo
a579cd31c8
Merge branch 'develop' into enhancement/OP-2858_move-AvalonMongoDB-logic
2022-04-25 18:03:38 +02:00
Jakub Trllo
4bae7484fa
modified adding paths from archive to sys path
2022-04-22 11:32:48 +02:00
Petr Kalis
687f769242
Added more complex test for deeper alternative site tree
2022-04-19 10:23:59 +02:00
Petr Kalis
2c11147067
Changed list to set
2022-04-19 10:15:16 +02:00
Petr Kalis
654d0e3ada
Update tests/unit/openpype/modules/sync_server/test_module_api.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-04-14 11:30:01 +02:00
Petr Kalis
8fde20646b
Hound
2022-04-07 10:25:40 +02:00
Petr Kalis
586a429bea
Added basic test for alternate site method
2022-04-06 14:15:56 +02:00
Petr Kalis
c83202a023
OP-2813 - changed logic of parsing frames from names
...
Adhering to clique standard FRAMES patter, eg pattern is separated by .
It seems that this is most widely used (according to Discord).
2022-03-18 11:13:10 +01:00
Petr Kalis
395d567aa2
OP-2813 - fix wrong parsing when short label is used
2022-03-17 16:20:06 +01:00
Petr Kalis
87b44b4b14
OP-2813 - fix collect_frames when multiple version numbers in path
...
Added new test case.
2022-03-16 13:48:50 +01:00
Petr Kalis
3929630327
OP-2813 - fix hardcoded value
...
Updated regular expression to match version substring to be more generic.
2022-03-14 12:06:59 +01:00
Petr Kalis
9de8504c4d
OP-2815 - Hound
2022-03-11 14:37:48 +01:00
Petr Kalis
f724e0ca22
OP-2813 - fix for rendering single file from AE in DL
...
Solves issue with rendering .mov or .avi file.
Added test cae for collect_frames
2022-03-11 13:33:17 +01:00
Petr Kalis
ebe9dedade
Merge branch 'develop' of github.com:pypeclub/OpenPype into chore/testing_fixes
2022-02-22 11:46:32 +01:00
Petr Kalis
cc9fa259dd
Moved tests for RoyalRender to unit tests folder
2022-02-16 16:11:32 +01:00
Petr Kalis
260257089c
OP-2646 - Hound
2022-02-15 16:26:17 +01:00
Petr Kalis
b292438e2b
OP-2646 - added barebone unit test for ffmpeg_full_args_filters
2022-02-15 16:17:11 +01:00
Ondrej Samohel
383307d888
tweak tests and add get latest version
2021-12-03 13:51:03 +01:00
Ondrej Samohel
cc580b07f3
version repacker command
2021-11-16 18:34:14 +01:00
Petr Kalis
2167671d8e
#1784 - fixing Hound, typos, run_tests command
...
Added documentation
2021-09-09 14:18:13 +02:00