We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example/pythonlib/testing/2-test-deps
1 parent 31a8b3c commit f180ff5Copy full SHA for f180ff5
example/pythonlib/testing/2-test-deps/build.mill
@@ -49,13 +49,15 @@ object bar extends PythonModule {
49
50
> ./mill foo.test
51
...Using BarTestUtils.bar_assert_equals...
52
-...test_equal_string (test.TestScript...)...ok...
+...test_equal_string (test.TestScript...)...
53
+...ok...
54
...Ran 1 test...
55
...OK...
56
57
> ./mill bar.test
58
-...test_mean (test.TestScript...)...ok...
59
+...test_mean (test.TestScript...)...
60
61
62
63
0 commit comments