2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding test ensuring we can load different plugins with the same name More... over 7 years ago
Adding test ensuring failure mode when plugin's setup is not a function More... over 7 years ago
_plugincontext.py: Raise PluginError when plugin setup is not a function More... over 7 years ago
Adding test ensuring failure mode when plugin has no setup() More... over 7 years ago
_plugincontext.py: Raise PluginError when plugin fails to provide setup() More... over 7 years ago
Adding test ensuring failure mode when plugin reports incorrect type More... over 7 years ago
Adding test ensuring failure mode when plugin reports something not a type More... over 7 years ago
_plugincontext.py: Improve exception reporting strings More... over 7 years ago
Adding more plugin tests More... over 7 years ago
setup.py: Now require pytest-datafiles for tests More... over 7 years ago
MANIFEST.in: Adding test files More... over 7 years ago
_plugincontext.py: Raise PluginError for two plugins with the same name More... over 7 years ago
Use pytest, add first basic plugin test More... over 7 years ago
Removed hacked test code in frontend script More... over 7 years ago
Split up factory objects and base data model objects. More... over 7 years ago
Main __init__.py: Import exceptions first. More... over 7 years ago
_plugin.py: PluginError is now a public thing More... over 7 years ago
Adding exceptions.py More... over 7 years ago
documentation index: Added basic documentation skeleton More... over 7 years ago
Give the readme a title More... over 7 years ago
Testing out links in index.rst More... over 7 years ago
documentation Makefile: Getting all the docs built More... over 7 years ago
Move plugin.py -> _plugin.py More... over 7 years ago
Element & Source: import private _plugin.py module More... over 7 years ago
Added plugins as package data. More... over 7 years ago
build-stream frontend: Adding some crappy test code for now More... over 7 years ago
Adding config.py module More... over 7 years ago
Adding plugin module More... over 7 years ago
Adding skeleton for the 'git' Source kind More... over 7 years ago
Adding skeleton for the 'build' Element kind More... over 7 years ago