Use trio.run() in windows tests
parent
5ca963148e
commit
0551756e22
|
@ -16,4 +16,4 @@ if __name__ == '__main__':
|
||||||
# temporary dir and name it test_example.py. We import that script
|
# temporary dir and name it test_example.py. We import that script
|
||||||
# module here and invoke it's ``main()``.
|
# module here and invoke it's ``main()``.
|
||||||
from . import test_example
|
from . import test_example
|
||||||
test_example.tractor.run(test_example.main, start_method='spawn')
|
test_example.trio.run(test_example.main)
|
||||||
|
|
Loading…
Reference in New Issue