Lorenzo Cappelletti

Results 3 issues of Lorenzo Cappelletti

Approximated calculation of sunrise and sunset time. Adapted from https://github.com/SatAgro/suntime.

**Describe the bug** A `run_target()` in a subproject is not accessible. **To Reproduce** 1. Create the following two `meson.build` scripts: ```sh cat > meson.build

Currently, if a test marked in Pytest as [xfail](https://docs.pytest.org/en/stable/how-to/skipping.html#xfail-mark-test-functions-as-expected-to-fail) (expected to fail) actually fails, it increments the count of not-ok tests. My proposal consists in adding a new option `--tap-xfail-ok`...