apteryks
apteryks
This also makes use of the Bash builtin extended test operator features to streamline the conditionals. * bin/moodle-docker-compose: Do not use literal '$' in the user messages. (dockercompose): Rename variable...
Hello, Running the rspec tests, I'm getting the four (4) following failures: ``` starting phase `check' rspec spec Running specs ....................................................................................................WARNING: Using the `raise_error` matcher without providing a specific error...
Hello, The gem file distributed for rspec-given is currently at version 3.8.0 - January 14 2016 while this repository hasn't seen a commit since 2014 (version 3.5.4). Where can I...
Hi! I'm seeing this test failure when running the test suite with GNU Guix and the latest release (2.11.3): ``` ============================= test session starts ============================== platform linux -- Python 3.9.9,...
Hello, Currently the test suite cannot be made to run in parallel, because the temporary directory is shared between tests and that cause race conditions (FileNotFound errors and the likes)....
Hi, The test suite assumes many details from the host system it runs on, which makes it fragile. For example, running it in the Guix build container, it fails like:...
Hello! Running the test suite, I get: ``` starting phase `check' Using pytest ============================= test session starts ============================== platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /gnu/store/slsh0qjv5j68xda2bb6h8gsxwyi1j25a-python-wrapper-3.9.9/bin/python cachedir: .pytest_cache...
## Problem description Dependency on chandler, which is archived/unmaintained.
Hello! I tried packaging this for GNU Guix, but I'm seeing 4 test failures when running the test suites: ``` phase `build' succeeded after 0.1 seconds starting phase `check' Bake::Base...
Hello, I'd like to suggest leaving `gtags` using its default native backend instead of suggesting the user to use `ctags` via a prompt when the `GTAGSLABEL` environment variable is not...