Oidaho / Pyxpp

📺 Translator from a variety of Python language to a variety of C++ language
GNU General Public License v3.0
1 stars 1 forks source link

Directory path validation #1

Open Oidaho opened 21 hours ago

Oidaho commented 21 hours ago

Recommendations for the task completion process

You need to write a directory path validator.

The function located on the specified path is needed to validate the incoming path value in the translator's CLI interface.

Target file: pyxpp/cli/validate.py Target function: DirectoryPath()

Testing information

Tests startup command: pytest tests/test_validators.py::TestDirectoryPathValidator Tests count: 4

nhan295 commented 18 hours ago

i would like to work on it!