lalib/tests
Alexander Hess 06d003b615
Hide gf2 sub-classes even more
- the `gf2` sub-classes `GF2One` and `GF2Zero` have no purpose
  other than to provide unique `help(one)` and `help(zero)` messages
- delete them at the bottom of `lalib.elements.galois`
  to prevent them from being imported at all
  (`type(one)` and `type(zero)` still appear to be the `gf2` class,
   which is a little white lie, provided by some meta class)
- differentiate between official and inofficial API in the test suite
2024-09-19 15:36:10 +02:00
..
elements Hide gf2 sub-classes even more 2024-09-19 15:36:10 +02:00
fields Add lalib.fields sub-package 2024-09-18 23:42:38 +02:00
__init__.py Set up a test suite 2024-09-10 01:38:26 +02:00
test_docstrings.py Rename lalib.elements.gf2.GF2 & friends 2024-09-19 12:14:20 +02:00
test_top_level_imports.py Refactor test_top_level_imports() test cases ... 2024-09-18 20:05:49 +02:00
test_version.py Add __version__ identifier 2024-09-10 01:45:47 +02:00