Wykres commitów

13 Commity (ace6e71d383deac8e65697fc9bf92ad4e7c77eda)

Autor SHA1 Wiadomość Data
Daniele Forsi IU5HKX ace6e71d38 Add tests for rigs 2025-05-25 23:03:03 +02:00
Daniele Forsi IU5HKX c6c976a7ca Implement Rot.get_level() 2025-05-25 22:55:43 +02:00
Daniele Forsi IU5HKX 73146355c2 Add checks for constant strings 2025-05-25 22:53:52 +02:00
Daniele Forsi IU5HKX 1c5bdce775 Split the tests and remove simpler tests 2025-05-25 22:53:52 +02:00
Daniele Forsi IU5HKX cfc19fc42b Implement Amp.get_level 2025-05-25 22:53:49 +02:00
Daniele Forsi IU5HKX 90fbddb9d7 Implement Amp.get_freq 2025-05-25 16:44:11 +02:00
Daniele Forsi IU5HKX 6e8b5d602f Implement Amp.get_powerstat 2025-05-25 16:44:11 +02:00
Daniele Forsi IU5HKX 111862fc8c Just call all the methods of the Amp object 2025-05-25 16:44:11 +02:00
Daniele Forsi IU5HKX e895cfcdfe Add a minimal test for dummy amplifier 2025-05-25 16:44:09 +02:00
Daniele Forsi IU5HKX a63476cbff Just call all the methods of the Rot object 2025-05-24 23:10:46 +02:00
Daniele Forsi IU5HKX c654cbc77f Add a minimal test for dummy rotor 2025-05-24 15:06:58 +02:00
Daniele Forsi IU5HKX f93ec0bbc5 Replace print() with assert
So changes in behavior can be detected.
2025-05-24 15:06:58 +02:00
Daniele Forsi IU5HKX dedf641ef3 Add a pytest test copying all the contents of the old py3test.py
Python tests are enabled by default when building the Python bindings
if pytest is available at configuration time:
 ./configure --with-python-binding
or
 ./configure --with-python-binding --enable-pytest=check
To fail the configure step if the tests can't be enabled:
 ./configure --with-python-binding --enable-pytest
or
 ./configure --with-python-binding --enable-pytest=yes
To disable the tests:
 ./configure --with-python-binding --enable-pytest=no
To run the tests:
 make -C bindings/ check
2025-05-24 15:06:58 +02:00