Re: Running python tests in an IDE (IntelliJ, PyCharm)

2021-10-19 Thread Steve Niemitz
I eventually got it working by `pip install -e .` into my beam dev virtual env. Otherwise I was getting a lot of errors around source roots not being found, weird problems with packages shadowing builtin names (io, etc) and others. Are there setup instructions anywhere like the java side for the

Running python tests in an IDE (IntelliJ, PyCharm)

2021-10-19 Thread Steve Niemitz
Has anyone gotten the beam python sdk tests running in an IDE (I'm specifically trying with IntelliJ/PyCharm)? I didn't see anything on the wiki about it and haven't gotten it working yet.