diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 12:27:32 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 12:27:32 +0100 |
| commit | 904a033ae738e1c351f8fef71e2ec2418fc4db3d (patch) | |
| tree | 3de4980582c109c4f0d19111a2b88eafec9b9b36 /minishell_test/suite/__init__.py | |
| parent | a3e983f78dc4cbcf6f75f78fa2b3c57e09cd1b2b (diff) | |
| download | minishell_test-904a033ae738e1c351f8fef71e2ec2418fc4db3d.tar.gz minishell_test-904a033ae738e1c351f8fef71e2ec2418fc4db3d.tar.bz2 minishell_test-904a033ae738e1c351f8fef71e2ec2418fc4db3d.zip | |
Renaming src -> minishell_test for package name, Renaming main.py -> __main__.py for package execution with python -m
Diffstat (limited to 'minishell_test/suite/__init__.py')
| -rw-r--r-- | minishell_test/suite/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minishell_test/suite/__init__.py b/minishell_test/suite/__init__.py new file mode 100644 index 0000000..6f7f321 --- /dev/null +++ b/minishell_test/suite/__init__.py @@ -0,0 +1,2 @@ +from suite.suite import Suite # noqa: F401 +from suite.decorator import suite # noqa: F401 |
