• MatteoPologruto's avatar
    [skip-changelog] Migrate tests from `test_compile_part_3.py` to `compile_part_3_test.go` (#1906) · c48844ba
    MatteoPologruto authored
    * Migrate TestCompileSketchWithPdeExtension from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileSketchWithMultipleMainFiles from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileSketchCaseMismatchFails from test_compile_part_3.py to compile_part_3_test.go
    
    A new function that sets the working directory to a specific path has been added in order to run all the tests as intended.
    
    * Migrate TestCompileWithOnlyCompilationDatabaseFlag from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileUsingPlatformLocalTxt from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileUsingBoardsLocalTxt from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileManuallyInstalledPlatform from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileManuallyInstalledPlatformUsingPlatformLocalTxt from test_compile_part_3.py to compile_part_3_test.go
    
    * Migrate TestCompileWithFullyPrecompiledLibrary to compile_part_3_test.go and delete test_compile_part_3.py
    
    * Rearrange tests to have them share the same environment
    c48844ba
compile_part_1_test.go 30.3 KB