Launch browser to cellxgene (#325)

* Launch browser to cellxgene

Also added  --no-launch command line parameter

* Don't launch browser for tests

* rename no-launch to no-open

* Rejigger -no-open to positive destination

so later logic looks cleaner
This commit is contained in:
Charlotte Weaver
2018-10-17 16:46:56 -07:00
committed by GitHub
parent f9f43c42c0
commit 7c8b89eba3
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class EndPoints(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.ps = Popen(["cellxgene", "scanpy", "example-dataset/"])
cls.ps = Popen(["cellxgene", "--no-open", "scanpy", "example-dataset/"])
session = requests.Session()
for i in range(90):
try: