Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
old todo, in the meanwhile we implemented them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 4, 2015
1 parent 57bc6fd commit 9d751fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions bauble/test/test_pluginmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
from bauble.pluginmgr import PluginRegistry


# TODO: need tests for
# 1. what happens when a plugin is in the plugins dict but not the registry
# 2. what happens when a plugin has an error on init()
# 3. what happens when a plugin has an error on install()
# 4. what happens when a plugin is in the registry but not in plugins


class A(pluginmgr.Plugin):
initialized = False
installed = False
Expand Down
7 changes: 0 additions & 7 deletions bauble/test/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@

# TODO: test for memory leaks, could probably test

# TODO: allow AND and OR in possible values, especially so we can do...
# species where genus.family=='Orchidaceae' and accessions.acc_status!='Dead'

# TODO: this also means that we need to somehow support != as well as = which
# means we need to include the operator in the parse instead of just
# suppressing


class Results(object):
def __init__(self):
Expand Down

0 comments on commit 9d751fc

Please sign in to comment.