Mercurial > public > mercurial-scm > hg
diff tests/test-rust-ancestor.py @ 51241:03fdd4d7b5bd
rust-python-testing: separated base test classes
This will allow, e.g., to change `test-rust-discovery.py` simply
by adding the appropriate base class.
author | Georges Racinet on incendie.racinet.fr <georges@racinet.fr> |
---|---|
date | Sun, 29 Oct 2023 12:01:57 +0100 |
parents | 578c049f0408 |
children | cf5b47b885b1 |
line wrap: on
line diff
--- a/tests/test-rust-ancestor.py Sun Oct 29 11:21:18 2023 +0100 +++ b/tests/test-rust-ancestor.py Sun Oct 29 12:01:57 2023 +0100 @@ -36,7 +36,7 @@ 'The Rust or C version of the "parsers" module, which the "ancestor" module' ' relies on, is not available.', ) -class rustancestorstest(revlogtesting.RevlogBasedTestBase): +class rustancestorstest(revlogtesting.RustRevlogBasedTestBase): """Test the correctness of binding to Rust code. This test is merely for the binding to Rust itself: extraction of