diff --git a/tests/functional/test_compiler.py b/tests/functional/test_compiler.py index 441c855..f088be8 100644 --- a/tests/functional/test_compiler.py +++ b/tests/functional/test_compiler.py @@ -201,6 +201,8 @@ def test_compile_project(project): assert "contract_039" in actual assert "contract_no_pragma" in actual assert "older_version" in actual + + # # # @pytest.mark.parametrize("contract_name", PASSING_CONTRACT_NAMES) @@ -309,6 +311,7 @@ def test_get_version_map(project, compiler, all_versions): } assert actual4 == expected4 + # # def test_compiler_data_in_manifest(project): # def run_test(manifest):