atom-python-test icon indicating copy to clipboard operation
atom-python-test copied to clipboard

Uncaught TypeError: Cannot read property 'testCases' of undefined

Open daep93 opened this issue 4 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.45.0 x64 Electron: 4.2.7 OS: Unknown Windows version Thrown From: atom-python-test package 1.0.1

Stack Trace

Uncaught TypeError: Cannot read property 'testCases' of undefined

At C:\Users\eoy13\.atom\packages\atom-python-test\lib\atom-python-test-dock.js:62

TypeError: Cannot read property 'testCases' of undefined
    at AtomPythonTestViewDock.printOutput (/packages/atom-python-test/lib/atom-python-test-dock.js:62:25)
    at exit (/packages/atom-python-test/lib/executor/pytest-executor.js:36:23)
    at n (~/AppData/Local/atom/app-1.45.0/resources/app/static/<embedded>:14:1125047)
    at ChildProcess.o.process.on.e (~/AppData/Local/atom/app-1.45.0/resources/app/static/<embedded>:14:1125253)
    at ChildProcess.emit (events.js:182:13)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)

Commands

     -1:21 application:add-project-folder (atom-pane.pane.active)
     -0:28.7.0 tree-view:add-file (span.name.icon.icon-file-directory)
     -0:26 core:confirm (input.hidden-input)
     -0:24 script:run (input.hidden-input)
     -0:20.2.0 atom-python-test:run-all-tests (input.hidden-input)

Non-Core Packages

atom-python-test 1.0.1 
autocomplete-python 1.16.0 
script 3.26.0 

daep93 avatar Apr 30 '20 07:04 daep93