6fe08edbc890bdcba447208ef84f3a5344289422
[OpenColorIO-Configs.git] / aces_1.0.0 / python / bin / tests_aces_config
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 """
5 Tests the *ACES* configuration.
6 """
7
8 import os
9 import unittest
10 import sys
11
12 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
13
14 from aces_ocio.tests.tests_aces_config import *
15
16 __author__ = 'ACES Developers'
17 __copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'
18 __license__ = ''
19 __maintainer__ = 'ACES Developers'
20 __email__ = 'aces@oscars.org'
21 __status__ = 'Production'
22
23 if __name__ == '__main__':
24     unittest.main()