MultiProjectImporter should ignore tests directory in imported projects #5913
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
I was in the process of testing out the
MultiProjectImporter
for use in my own projects (which I love), so I set up two nested directories usingrasa init
:This lead to log messages like these:
I believe this is the function causing this issue.
Overview of the Solution:
Ignore the
tests/
directory in an imported project, since this format is not for training, as specified in the docs. Just as well, it promotes isolated, project-level conversation testing, which seems to be the goal of this feature.Examples (if relevant):
Blockers (if relevant):
Definition of Done:
tests/
in imported projecttests/
directory when walking the project directoryThe text was updated successfully, but these errors were encountered: