jython-packages.jwrapper.tests.test_sample.py Maven / Gradle / Ivy
# Sample Test passing with nose and pytest
def test_pass():
assert True, "dummy sample test"
# Sample Test passing with nose and pytest
def test_pass():
assert True, "dummy sample test"