Skip to content

Commit

Permalink
Update openregistry.tests plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Leitsius committed Aug 3, 2017
1 parent 172d805 commit a66f733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
'openregistry.api.plugins': [
'api = openregistry.api.includeme:includeme'
],
'openregistry.tests': [
'api = openregistry.api.tests.main:suite'
],
'console_scripts': [
'bootstrap_api_security = openregistry.api.database:bootstrap_api_security'
],
'openregistry.tests': [
'api_test_suite = openregistry.api.tests.main:suite'
]
}

Expand Down

0 comments on commit a66f733

Please sign in to comment.