File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ development).
36
36
When you make your changes, you can test them with ` mx python ` . Additionally,
37
37
there are various "gates" that we use on our CI system to check any code that
38
38
goes in. You can run all of these gates using ` mx python-gate ` or just some by
39
- using ` mx python-gate --tags [TAG] ` . Two interesting tags to run that cover most
40
- things are:
39
+ using ` mx python-gate --tags [TAG] ` . Three interesting tags to run that cover
40
+ most things are:
41
41
42
- - python-unittest
43
- - python-graalvm
44
- - python-license
42
+ - ` python-unittest ` - Run the unittests written in Python, including those for the C extension API
43
+ - ` python-graalvm ` - Build a minimal GraalVM bundle with Python only and a native launcher
44
+ - ` python-license ` - Check that all files have the correct copyright headers applied to them
You can’t perform that action at this time.
0 commit comments