10. Write a test
Add three new tests:
program.py
with the following code
1print("bla")
program_2.py
with the following code
1print("foo")
program_test.py
with the following code. This test will not trigger any error because of the file name.
1print("foo")
Let's go!
Start interacting with the tutorial!
my-new-rule.js