mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 06:19:34 +08:00
fix: CSV relative path detection
This commit is contained in:
@@ -50,6 +50,9 @@ class VariableNotFound(NotFoundError):
|
||||
class EnvNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
class CSVNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
class ApiNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user