apteryks
apteryks
This is addressed in PR https://github.com/sakari/robot-mode/pull/8/commits/e5ff714fd12b5deb27b274a9946b744ab77319ee. The Robot Framework user guide says: > The recommended extension for test case files in the plain text format is .robot. @sakari This project...
Done! But feel free to adjust the way you like.
FWIW, it's also available in GNU Guix as `emacs-scel`. Guix can be used atop any GNU/Linux system.
Note: the same test failures are observed when using Pytest 5.3.5.
Thanks for the answer! Unfortunately, I don't much control over the presence of `hypothesis`; it gets added to the environment as a result of the `pytest` package in Guix which...
Hmm, `-p no:hypothesis` didn't work for me, perhaps because in Guix it's made available via PYTHONPATH, not sure: ``` test_xfail.py X [100%] =========================== short test summary info ============================ XPASS test_xfail.py::test_function...
I also experience a hang in the test suite, using GNU Guix: ``` starting phase `check' running "python setup.py" with command "test" and parameters () running test running egg_info writing...
Then it's probably just that the tests require proper networking that the build chroot on Nix/Guix doesn't accommodate. It'd be neat if the test suite could be told to skip...
Hello, and sorry for the delay. I just tested the latest commit without my local changes, and I still got: ``` RdfaExtras/serializers/prettyXMLserializer_3.py'... Compiling '/gnu/store/dkai06zawanq3qxv9v9911137f1fd3zz-python-pyrdfa3-3.5.3/lib/python3.9/site-packages/pyRdfaExtras/serializers/prettyXMLserializer_3_2.py'... *** Sorry: TabError: inconsistent use of...
OK, investigating a bit, I found that my problem was that when checking against the git checkout, there was a `build/lib` "source" directory interfering with my build (and the fix)....