changed project structure
This commit is contained in:
parent
151f8492b4
commit
107c338abe
5
.idea/examen2024.iml
generated
5
.idea/examen2024.iml
generated
@ -1,7 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
|
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ex1_triangles import countTriangles
|
||||
from src.ex1_triangles import countTriangles
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
Loading…
x
Reference in New Issue
Block a user