sphuber / aiida-shell

AiiDA plugin that makes running shell commands easy.
MIT License
14 stars 7 forks source link

Devops: Make use of the improved `pytest` fixtures in `aiida-core` #87

Closed sphuber closed 2 months ago

sphuber commented 5 months ago

The new fixtures allow to configure a profile with aiida_profile with a storage backend that doesn't require PostgreSQL but uses the core.sqlite_dos plugin instead. The fixture by default also doesn't configure to use RabbitMQ as the broker, however, the tests in aiida-shell submit to the daemon which requires a broker. Therefore aiida_profile is overridden to configure RabbitMQ`.