Skip to content

Commit

Permalink
Test updates (#143)
Browse files Browse the repository at this point in the history
* update end-to-end tests
  • Loading branch information
edaniszewski committed Apr 17, 2018
1 parent 46a4299 commit 929d64d
Show file tree
Hide file tree
Showing 8 changed files with 944 additions and 704 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include synse/locale *.mo
recursive-include synse/i18n *.mo
4 changes: 0 additions & 4 deletions dockerfile/slim.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ RUN mkdir -p /tmp/synse/procs \
&& mkdir -p /synse/config

# install synse_server python package
# TODO - since we are pretty much just using the package, what
# if on build, we just pass in the tarball for synse_server.. then
# we don't have to also include the source code which isn't actually
# used (other than some of the configurations and runserver.py
RUN python setup.py install

ENTRYPOINT ["bin/synse.sh"]
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
'synse-plugin',
'bison>=0.0.5'
],
tests_require=[
'aiohttp',
'asynctest',
'pytest',
'pytest-asyncio',
'pytest-mock'
],
zip_safe=False,
classifiers=[
'Natural Language :: English',
Expand Down

0 comments on commit 929d64d

Please sign in to comment.