8000 Adds test cases for member changes during a domain reload by BadSingleton · Pull Request #1275 · pythonnet/pythonnet · GitHub
[go: up one dir, main page]

Skip to content

Adds test cases for member changes during a domain reload #1275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prev Previous commit
Next Next commit
Remove stray colon
  • Loading branch information
BadSingleton committed Nov 19, 2020
commit 0ee931eb2934b0567ff0b7744cf31209a11966f2
2 changes: 1 addition & 1 deletion src/domain_tests/test_domain_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def _run_test(testname):
dirname = os.path.split(__file__)[0]
exename = os.path.join(dirname, 'bin', 'Python.DomainReloadTests.exe'),
exename = os.path.join(dirname, 'bin', 'Python.DomainReloadTests.exe')
proc = subprocess.Popen([
exename,
testname,
Expand Down
0