Skip to content

Commit 06c0cf0

Browse files
alebastrvasily-v-ryabov
authored andcommitted
Add XRes to run_examples.py
1 parent 317548f commit 06c0cf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/run_examples.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ def test_xlsatoms(self):
7777
""" Run xlsatoms.py -- show list atoms on X server """
7878
self.assertEqual(run_example(examples_folder + "xlsatoms.py"), 0)
7979

80+
def test_xres(self):
81+
""" Run xres.py -- demonstrate the X-Resource extension """
82+
self.assertEqual(run_example(examples_folder + "xres.py"), 0)
83+
8084

8185
if __name__ == '__main__':
8286
unittest.main()

0 commit comments

Comments
 (0)