lalib/tests/elements
Alexander Hess 348cd53767
Make lalib.elements.galois.to_gf2() a detail
- `to_gf2()` is only to be used within `GF2Element.__new__()`
  => rename it into `_to_gf2()`
- the test cases in `TestGF2ConstructorWithCastedValue`
  cover everything in `TestGF2Casting`
  => retire the redundant test cases
     and make the test suite run faster
2024-09-19 14:22:10 +02:00
..
__init__.py Add lalib.elements sub-package 2024-09-10 11:53:17 +02:00
test_galois.py Make lalib.elements.galois.to_gf2() a detail 2024-09-19 14:22:10 +02:00