Skip to content

trim off unnecessary requires and uses in testing files #121

@real-mj-song

Description

@real-mj-song

It seems like too many :refer :all are used for some testing files. In addition, I'm not so sure if all the imports are actually used. For instance, the below code imports errors.prettify_exception in two different places.

(ns exception_msgs.overwritten_fns.seq_ops
  (:use [errors.prettify_exception :only [line-number-format]])
  (:require [expectations :refer :all]
            [errors.messageobj :refer :all]
            [errors.testing_tools :refer :all]
            [errors.prettify_exception :refer :all]
            [utilities.file_IO :refer :all]
            ))

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions