changeset 48875 | 6000f5b25c9b |
parent 45942 | 89a2afe31e82 |
child 51832 | 905bc9d0a149 |
48874:af0b21d5a930 | 48875:6000f5b25c9b |
---|---|
13 |
13 |
14 $ cd tests |
14 $ cd tests |
15 $ python3 ../contrib/python3-ratchet.py \ |
15 $ python3 ../contrib/python3-ratchet.py \ |
16 > --working-tests=../contrib/python3-whitelist |
16 > --working-tests=../contrib/python3-whitelist |
17 """ |
17 """ |
18 from __future__ import print_function |
|
19 from __future__ import absolute_import |
|
20 |
18 |
21 import argparse |
19 import argparse |
22 import json |
20 import json |
23 import os |
21 import os |
24 import subprocess |
22 import subprocess |