You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
In my machine I cannot run my test at all. No test is run and all tests are reported as passing.
Are you aware of this possibility and any suggestion on how to fix it?
PS D:\hy-data-analysis-with-python-summer-2019> java -jar "C:\Users\Linh Duong\Downloads\tmc.jar" test
Testing: part01-e01_hello_world
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e02_compliment
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e03_multiplication
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e04_multiplication_table
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e05_two_dice
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e06_triple_square
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e07_areas_of_shapes
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e08_solve_quadratic
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e09_merge
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e10_detect_ranges
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e11_interleave
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e12_distinct_characters
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e13_reverse_dictionary
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e14_find_matching
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e15_two_dice_comprehension
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e16_transform
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e17_positive_list
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e18_acronyms
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e19_sum_equation
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Testing: part01-e20_usemodule
Test results: 0/0 tests passed
All tests passed! Submit to server with 'tmc submit'
Total results: 20/20 exercises passed
100%[████████████████████████████████████████████████████████████████]
Also, at least the submit part worked:
PS D:\hy-data-analysis-with-python-summer-2019> java -jar "C:\Users\Linh Duong\Downloads\tmc.jar" submit part01-e01_hello_world
Submitting: part01-e01_hello_world
Test results: 1/1 tests passed
100%[████████████████████████████████████████████████████████████████]
All tests passed on server!
Points permanently awarded: [p01-01.1]
Model solution: https://tmc.mooc.fi/exercises/66967/solution
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my machine I cannot run my test at all. No test is run and all tests are reported as passing.
Are you aware of this possibility and any suggestion on how to fix it?
Also, at least the submit part worked:
The text was updated successfully, but these errors were encountered: