Porting from AloeΒΆ

Eucalyptus_ is a fork of Aloe_ and is fully compatible with it. Some notable differences are:

  • Eucalyptus is pytest plugin and should gets invoked by running `pytest`
  • The -n option for running particular scenarios is renamed to --scenario-indices since pytest does not allow single dash params
  • The -a option is renamed to --tags since pytest does not allow
single dash params