Skip to content

trim off unnecessary requires and uses in testing files #121

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]
            ))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions