mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
11 lines
366 B
Python
11 lines
366 B
Python
from tests.integration import baseattack, convoystrike, frontlineattack, insurgentattack, intercept, navalintercept, strike
|
|
|
|
if __name__ == "__main__":
|
|
baseattack.execute_all()
|
|
convoystrike.execute_all()
|
|
frontlineattack.execute_all()
|
|
insurgentattack.execute_all()
|
|
intercept.execute_all()
|
|
navalintercept.execute_all()
|
|
strike.execute_all()
|