mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Initial release
This commit is contained in:
8
tests/scripts/python3-test.py
Normal file
8
tests/scripts/python3-test.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def main():
|
||||
if not (1 / 2 == 0.5):
|
||||
raise ValueError('failure')
|
||||
print('success')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user