Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Progressively add tests to see if build still passes #1247

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/test/feature_extractor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_executor_id_long_opt_dict(self):
asset_dict={'width': 720, 'height': 480})
fextractor = VmafFeatureExtractor([asset], None,
optional_dict={"some_parameter": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"})
self.assertEqual("VMAF_feature_V0.2.9_ab1db6ba9be857303e99cbb0ef38fc4753ef1040", fextractor.executor_id)
self.assertEqual("VMAF_feature_V0.2.7_ab1db6ba9be857303e99cbb0ef38fc4753ef1040", fextractor.executor_id)

def test_get_log_file_path(self):
import hashlib
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands = python --version
# Configuration
[pytest]
cache_dir = .tox/.cache
python_files = *test.py
python_files = asset_test.py bd_rate_calculator_test.py cambi_test.py command_line_test.py cross_validation_test.py cy_test.py doctest_test.py executor_test.py feature_assembler_test.py feature_extractor_test.py local_explainer_test.py niqe_train_test_model_test.py noref_feature_extractor_test.py perf_metric_test.py raw_extractor_test.py reader_test.py
markers =
main: Main tests

Expand Down
Loading