Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_tasks.py fail for case test_command_is_required #566

Closed
shchen-idmod opened this issue Jan 7, 2020 · 1 comment
Closed

test_tasks.py fail for case test_command_is_required #566

shchen-idmod opened this issue Jan 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@shchen-idmod
Copy link
Collaborator

Latest dev branch:

Error
Traceback (most recent call last):
  File "C:\Python37\Lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Python37\Lib\unittest\case.py", line 615, in run
    testMethod()
  File "C:\github\idmtools\idmtools_core\tests\test_tasks.py", line 31, in test_command_is_required
    task.on_simulation_prep(Simulation(task=task))
AttributeError: 'CommandTask' object has no attribute 'on_simulation_prep'

@shchen-idmod shchen-idmod added the bug Something isn't working label Jan 7, 2020
@shchen-idmod
Copy link
Collaborator Author

fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants