issues
search
aiidateam
/
aiida-plugin-cutter
Cookie cutter recipe for AiiDA plugins.
9
stars
12
forks
source link
improve compatibility with PluginTestCase
#52
Closed
ltalirz
closed
5 years ago
ltalirz
commented
5 years ago
fix #51
by setting
autouse=True
on the
aiida_profile
fixture, it is now possible to write unittests exclusively using the
PluginTestCase
modernize cli tests
fix #51
autouse=True
on theaiida_profile
fixture, it is now possible to write unittests exclusively using thePluginTestCase