mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
cargo run --release -- -m test test_filecmp -v
== RustPython 3.9.0alpha (heads/module-filecmp:7b7378509, Jan 23 2022, 21:05:31) [rustc 1.58.1] == macOS-11.6.1-x86_64-64bit little-endian == cwd: /private/var/folders/fv/652pf8d94lg8fmxym5m8g9xh0000gn/T/test_python_607 == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 Run tests sequentially 0:00:00 load avg: 8.81 [1/1] test_filecmp test_cmpfiles (test.test_filecmp.DirCompareTestCase) ... ok test_default_ignores (test.test_filecmp.DirCompareTestCase) ... ok test_dircmp (test.test_filecmp.DirCompareTestCase) ... ok test_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase) Check that dircmp.subdirs respects subclassing. ... ok test_report_full_closure (test.test_filecmp.DirCompareTestCase) ... ok test_report_partial_closure (test.test_filecmp.DirCompareTestCase) ... ok test_cache_clear (test.test_filecmp.FileCompareTestCase) ... ok test_different (test.test_filecmp.FileCompareTestCase) ... ok test_matching (test.test_filecmp.FileCompareTestCase) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.041s OK test_filecmp passed == Tests result: SUCCESS == 1 test OK. Total duration: 97 ms Tests result: SUCCESS
This commit is contained in: