You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With everything in one file, being a module distribution (rather than package), and having only the readme as documentation I'm left a little unclear about what is 'public interface' and what isn't. I'd like to make this more explicit so that going forward we don't have to think about this on a case by case basis every time we feel like tweaking something. (also, maybe I want a package with versioneer and explicit public interface and tests inside like I'm used to...)
The readme references:
pytest options
-p no:twisted
--reactor
pytest fixtures
twisted_greenlet
import pytest
Not in the readme anymore but they were as of v1.6 (2018.01.11) and have no deprecation notices
@inlineCallbacks
blockon()
import pytest_twisted
init_default_reactor()
init_qt5_reactor()
@pytest_twisted.inlineCallbacks
blockon()
The remaining items are:
'public'
blockon_default()
block_from_thread()
init_twisted_greenlet()
stop_twisted_greenlet()
reactor_installers
'private'
_config
_instances
_install_reactor()
pytest_*
pytest_pyfunc_call()
pytest_addoption()
pytest_configure()
_pytest_pyfunc_call()
The text was updated successfully, but these errors were encountered:
With everything in one file, being a module distribution (rather than package), and having only the readme as documentation I'm left a little unclear about what is 'public interface' and what isn't. I'd like to make this more explicit so that going forward we don't have to think about this on a case by case basis every time we feel like tweaking something. (also, maybe I want a package with versioneer and explicit public interface and tests inside like I'm used to...)
The readme references:
-p no:twisted
--reactor
twisted_greenlet
import pytest
@inlineCallbacks
blockon()
import pytest_twisted
init_default_reactor()
init_qt5_reactor()
@pytest_twisted.inlineCallbacks
blockon()
The remaining items are:
blockon_default()
block_from_thread()
init_twisted_greenlet()
stop_twisted_greenlet()
reactor_installers
_config
_instances
_install_reactor()
pytest_
*pytest_pyfunc_call()
pytest_addoption()
pytest_configure()
_pytest_pyfunc_call()
The text was updated successfully, but these errors were encountered: