You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been bad a testing in general and would like to repent and take more of a test-driven development approach going forward. In preparation for that, we need to test existing:
data sources
helpers
filters
HTTP redirections
The text was updated successfully, but these errors were encountered:
Reworked vocabulary registration to work with recent upstream changes.
Updated local vocabularies.
Added a couple social vocabularies that we will be using in the future.
Added some tests (per issue #88).
Separated out prefix registration function from vocab registration.
Vocabulary lookup is done by the vocabulary URI, not the class, so this
allows us Be able to override the prefix of any vocabulary, not just
those defined locally.
Also added tests (see #88).
I have been bad a testing in general and would like to repent and take more of a test-driven development approach going forward. In preparation for that, we need to test existing:
The text was updated successfully, but these errors were encountered: