Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
cac99c40
You need to sign in or sign up before continuing.
Commit
cac99c40
authored
1 year ago
by
Fabian Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
Fixed empty layout fixture in test
parent
c28e0308
No related branches found
No related tags found
1 merge request
!89
Resolve "simple pathfinding"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_start.py
+2
-2
2 additions, 2 deletions
tests/test_start.py
with
2 additions
and
2 deletions
tests/test_start.py
+
2
−
2
View file @
cac99c40
...
...
@@ -44,7 +44,7 @@ from cooperative_cuisine.utils import create_init_env_time, get_touching_counter
layouts_folder
=
ROOT_DIR
/
"
configs
"
/
"
layouts
"
environment_config_path
=
ROOT_DIR
/
"
configs
"
/
"
environment_config.yaml
"
layout_path
=
ROOT_DIR
/
"
configs
"
/
"
layouts
"
/
"
basic.layout
"
layout_empty_path
=
ROOT_DIR
/
"
configs
"
/
"
layouts
"
/
"
basic
.layout
"
layout_empty_path
=
ROOT_DIR
/
"
configs
"
/
"
layouts
"
/
"
empty
.layout
"
item_info_path
=
ROOT_DIR
/
"
configs
"
/
"
item_info.yaml
"
# TODO: TESTs are in absolute pixel coordinates still.
...
...
@@ -76,7 +76,7 @@ def layout_config():
@pytest.fixture
def
layout_empty_config
():
with
open
(
layout_path
,
"
r
"
)
as
file
:
with
open
(
layout_
empty_
path
,
"
r
"
)
as
file
:
layout
=
file
.
read
()
return
layout
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment