Fix: Deactivated one test. If we run the eum in a docker, setting cgroup settings...
[osm/vim-emu.git] / src / emuvim / test / __main__.py
1 import runner
2 import os
3
4
5 if __name__ == '__main__':
6 thisdir = os.path.dirname( os.path.realpath( __file__ ) )
7 runner.main(thisdir)