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

Commit

Permalink
ci(unittest): skip all os environ test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent dbaf2a7 commit 6ff3079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gnes/ci-base:latest AS dependency
FROM gnes/build-base:latest AS dependency

WORKDIR /gnes/

Expand Down
6 changes: 6 additions & 0 deletions docs/tutorial/gnes-yaml-specifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# How to write your GNES YAML config

YAML is everywhere. This is pretty much your impression when first trying GNES. Understanding the YAML config is therefore extremely important to use GNES.

GNES itself only requires two types of YAML config:
-
1 change: 0 additions & 1 deletion tests/test_stream_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _handler_default(self, msg: 'gnes_pb2.Message'):
super()._handler_default(msg)


@unittest.SkipTest
class TestStreamgRPC(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit 6ff3079

Please sign in to comment.