X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Ftests%2Frun_test.py;h=9e85358bd311ef2e5326c3bee36ebdaf7e48e345;hb=64b8a3520857ad86f0998c300be58f5d38ee84c4;hp=3033a346d8abd64a43ee9f8562ed15cacbddc8b0;hpb=f417d52971f2b32525b283227e6f7e9d7fdbd133;p=osm%2FNBI.git diff --git a/osm_nbi/tests/run_test.py b/osm_nbi/tests/run_test.py index 3033a34..9e85358 100755 --- a/osm_nbi/tests/run_test.py +++ b/osm_nbi/tests/run_test.py @@ -3195,7 +3195,6 @@ if __name__ == "__main__": elif o == "--fail-fast": fail_fast = True elif o == "--test": - # print("asdfadf", o, a, a.split(",")) for _test in a.split(","): if _test not in test_classes: print("Invalid test name '{}'. Use option '--list' to show available tests".format(_test),