Colm O'Connor
Colm O'Connor
which example were you using - website, command line or rest api? On Thu, 9 Nov 2023, 08:58 Colm O'Connor, ***@***.***> wrote: > yes, it almost certainly is some changes...
If you do: ``` pip install unixpackage ``` and then: ``` unixpackage install -r requirements.apt ``` It should find and try to install the relevant equivalent packages on RPM systems,...
You are trying to run the YAML file with the python interpreter, not the python code.
If that file is called "mycode.py" you run "python mycode.py".
yeah, I dropped python 2 support a while back but I think I might have forgotten to update the tags.
This would be extremely useful.
I think this project is abandoned. On Wed, 24 Jan 2024, 15:03 Thiago Fortunato, ***@***.***> wrote: > any news? 👀 > > — > Reply to this email directly, view...
This looks ok but needs a storytest. If you add one similar to some of the other scalar story tests I will merge it.
Hi Tim, Thank you for trying it out! The cleanest way right now would probably be to instantiate the engine class in the test method. The down-side of this approach...
Exactly - instantiating it in each function. There is no necessary state held in a StoryCollection between tests so it should be fine. add_pytests_to is mentioned in the README although...