Closed jbytecode closed 1 year ago
The commits
fix the uncapitalized file name problem.
solved.
On Friday, I decapitalized all file names but when I commit, some changes didn't seem on GitHub. When I am trying to solve this problem, you already do this well, thanks, teacher. I just wanted you to know that I am aware 😊
As I mentioned, I tried to decapitalize main folder name "CGA" to "cga". While it is changed in vscode, it didn't changed after commit on GitHub. Later I research pychache files and effect of ignoring *pyc. Then I delete ".gitignore" file to solve this problem and it change..However, I'm not sure if this problem is caused by this.
For a more idiomatic Python library, we can follow the rules below:
tests
directory using$> pytest *
in the terminal.